#A85213

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

Shades of Rich Gold #A85213

Tints of Rich Gold #A85213

Color information

#A85213 (or 0xA85213) is unknown color: approx Rich Gold. HEX triplet: A8, 52 and 13. RGB value is (168,82,19). Sum of RGB (Red+Green+Blue) = 168+82+19=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A85213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85213 is #57ADEC. Grayscale: #646464. Windows color (decimal): -5746157 or 1266344. OLE color: 1266344.

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

Color convert

RGB1688219-
CMYK00.510.890.34
HSL25.37º79.68%36.67%-
HSV(B)25.37º88.69%65.88%-
XYZ19.2814.412.38-
YUV100.5381.99176.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=62.45%
G=30.48%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168821900.510.890.3425.3779.6836.67
HexA852130335922195025
Octal25012223063131423112045
Binary1010100010100101001101100111011001100010110011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85213; }

 p { color: rgb(168,82,19); }

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

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

 a { background-color: rgb(168,82,19); }

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

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

 span { border-color: rgb(168,82,19); }

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