#A85418

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

Shades of Rich Gold #A85418

Tints of Rich Gold #A85418

Color information

#A85418 (or 0xA85418) is unknown color: approx Rich Gold. HEX triplet: A8, 54 and 18. RGB value is (168,84,24). Sum of RGB (Red+Green+Blue) = 168+84+24=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85418 is #57ABE7. Grayscale: #666666. Windows color (decimal): -5745640 or 1594536. OLE color: 1594536.

HSL color Cylindrical-coordinate representation of color #A85418: hue angle of 25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A85418 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1688424-
CMYK00.50.860.34
HSL25º75%37.65%-
HSV(B)25º85.71%65.88%-
XYZ19.4814.732.68-
YUV102.2883.83174.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=60.87%
G=30.43%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168842400.50.860.34257537.65
HexA854180325622194b26
Octal25012430062126423111346
Binary1010100010101001100001100101010110100010110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85418; }

 p { color: rgb(168,84,24); }

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

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

 a { background-color: rgb(168,84,24); }

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

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

 span { border-color: rgb(168,84,24); }

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