#A85518

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

Shades of Rich Gold #A85518

Tints of Rich Gold #A85518

Color information

#A85518 (or 0xA85518) is unknown color: approx Rich Gold. HEX triplet: A8, 55 and 18. RGB value is (168,85,24). Sum of RGB (Red+Green+Blue) = 168+85+24=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A85518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85518 is #57AAE7. Grayscale: #676767. Windows color (decimal): -5745384 or 1594792. OLE color: 1594792.

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

Color convert

RGB1688524-
CMYK00.490.860.34
HSL25.42º75%37.65%-
HSV(B)25.42º85.71%65.88%-
XYZ19.5614.892.71-
YUV102.8683.5174.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.65%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=60.65%
G=30.69%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168852400.490.860.3425.427537.65
HexA855180315622194b26
Octal25012530061126423111346
Binary1010100010101011100001100011010110100010110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85518; }

 p { color: rgb(168,85,24); }

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

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

 a { background-color: rgb(168,85,24); }

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

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

 span { border-color: rgb(168,85,24); }

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