#A85618

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

Shades of Rich Gold #A85618

Tints of Rich Gold #A85618

Color information

#A85618 (or 0xA85618) is unknown color: approx Rich Gold. HEX triplet: A8, 56 and 18. RGB value is (168,86,24). Sum of RGB (Red+Green+Blue) = 168+86+24=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A85618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85618 is #57A9E7. Grayscale: #676767. Windows color (decimal): -5745128 or 1595048. OLE color: 1595048.

HSL color Cylindrical-coordinate representation of color #A85618: hue angle of 25.83º 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 #A85618 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1688624-
CMYK00.490.860.34
HSL25.83º75%37.65%-
HSV(B)25.83º85.71%65.88%-
XYZ19.6415.052.73-
YUV103.4583.17174.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=60.43%
G=30.94%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168862400.490.860.3425.837537.65
HexA8561803156221a4b26
Octal25012630061126423211346
Binary1010100010101101100001100011010110100010110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85618; }

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

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

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

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

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

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

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

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