#A85112

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

Shades of Rich Gold #A85112

Tints of Rich Gold #A85112

Color information

#A85112 (or 0xA85112) is unknown color: approx Rich Gold. HEX triplet: A8, 51 and 12. RGB value is (168,81,18). Sum of RGB (Red+Green+Blue) = 168+81+18=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A85112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85112 is #57AEED. Grayscale: #646464. Windows color (decimal): -5746414 or 1200552. OLE color: 1200552.

HSL color Cylindrical-coordinate representation of color #A85112: hue angle of 25.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85112 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1688118-
CMYK00.520.890.34
HSL25.2º80.65%36.47%-
HSV(B)25.2º89.29%65.88%-
XYZ19.214.252.31-
YUV99.8381.82176.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=62.92%
G=30.34%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168811800.520.890.3425.280.6536.47
HexA851120345922195124
Octal25012122064131423112144
Binary1010100010100011001001101001011001100010110011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85112; }

 p { color: rgb(168,81,18); }

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

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

 a { background-color: rgb(168,81,18); }

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

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

 span { border-color: rgb(168,81,18); }

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