#a85625

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

Shades of Rich Gold #A85625

Tints of Rich Gold #A85625

Color information

#A85625 (or 0xA85625) is unknown color: approx Rich Gold. HEX triplet: A8, 56 and 25. RGB value is (168,86,37). Sum of RGB (Red+Green+Blue) = 168+86+37=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A85625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85625 is #57A9DA. Grayscale: #696969. Windows color (decimal): -5745115 or 2447016. OLE color: 2447016.

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

Color convert

RGB1688637-
CMYK00.490.780.34
HSL22.44º63.9%40.2%-
HSV(B)22.44º77.98%65.88%-
XYZ19.8115.113.62-
YUV104.9389.67172.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=57.73%
G=29.55%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168863700.490.780.3422.4463.940.2
HexA856250314E22164028
Octal25012645061116422610050
Binary10101000101011010010101100011001110100010101101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85625; }

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

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

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

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

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

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

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

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