#A85317

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

Shades of Rich Gold #A85317

Tints of Rich Gold #A85317

Color information

#A85317 (or 0xA85317) is unknown color: approx Rich Gold. HEX triplet: A8, 53 and 17. RGB value is (168,83,23). Sum of RGB (Red+Green+Blue) = 168+83+23=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85317 is #57ACE8. Grayscale: #656565. Windows color (decimal): -5745897 or 1528744. OLE color: 1528744.

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

Color convert

RGB1688323-
CMYK00.510.860.34
HSL24.83º75.92%37.45%-
HSV(B)24.83º86.31%65.88%-
XYZ19.414.572.6-
YUV101.5883.66175.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.31%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 23 (9.38% from 255) = 8.39%
R=61.31%
G=30.29%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168832300.510.860.3424.8375.9237.45
HexA853170335622194c25
Octal25012327063126423111445
Binary1010100010100111011101100111010110100010110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85317; }

 p { color: rgb(168,83,23); }

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

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

 a { background-color: rgb(168,83,23); }

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

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

 span { border-color: rgb(168,83,23); }

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