#A85714

Color #A85714 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A85714

Tints of Rich Gold #A85714

Color information

#A85714 (or 0xA85714) is unknown color: approx Rich Gold. HEX triplet: A8, 57 and 14. RGB value is (168,87,20). Sum of RGB (Red+Green+Blue) = 168+87+20=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A85714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85714 is #57A8EB. Grayscale: #676767. Windows color (decimal): -5744876 or 1333160. OLE color: 1333160.

HSL color Cylindrical-coordinate representation of color #A85714: hue angle of 27.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A85714 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB1688720-
CMYK00.480.880.34
HSL27.16º78.72%36.86%-
HSV(B)27.16º88.1%65.88%-
XYZ19.6815.192.56-
YUV103.5880.84173.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=61.09%
G=31.64%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168872000.480.880.3427.1678.7236.86
HexA8571403058221b4f25
Octal25012724060130423311745
Binary1010100010101111010001100001011000100010110111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85714; }

 p { color: rgb(168,87,20); }

 H1.HeaderClassName
 {
   color: #A85714;
 }
 .AnyTagClassName
 {
   color: #A85714;
 }
</style>
background-color css

<style>
 a { background-color: #A85714; }

 a { background-color: rgb(168,87,20); }

 div.DivClassName
 {
   background-color: #A85714;
 }
 .BgClassName
 {
   background-color: #A85714;
 }
</style>
border-color css

<style>
 span { border-color: #A85714; }

 span { border-color: rgb(168,87,20); }

 td.TdClassName
 {
   border-color: #A85714;
 }
 .TagClassName
 {
   border-color: #A85714;
 }
</style>