#A85619

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

Shades of Rich Gold #A85619

Tints of Rich Gold #A85619

Color information

#A85619 (or 0xA85619) is unknown color: approx Rich Gold. HEX triplet: A8, 56 and 19. RGB value is (168,86,25). Sum of RGB (Red+Green+Blue) = 168+86+25=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85619 is #57A9E6. Grayscale: #676767. Windows color (decimal): -5745127 or 1660584. OLE color: 1660584.

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

Color convert

RGB1688625-
CMYK00.490.850.34
HSL25.59º74.09%37.84%-
HSV(B)25.59º85.12%65.88%-
XYZ19.6515.052.79-
YUV103.5683.67173.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=60.22%
G=30.82%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168862500.490.850.3425.5974.0937.84
HexA8561903155221a4a26
Octal25012631061125423211246
Binary1010100010101101100101100011010101100010110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85619; }

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

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

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

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

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

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

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

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