#A75518

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

Shades of Rich Gold #A75518

Tints of Rich Gold #A75518

Color information

#A75518 (or 0xA75518) is unknown color: approx Rich Gold. HEX triplet: A7, 55 and 18. RGB value is (167,85,24). Sum of RGB (Red+Green+Blue) = 167+85+24=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A75518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75518 is #58AAE7. Grayscale: #666666. Windows color (decimal): -5810920 or 1594791. OLE color: 1594791.

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

Color convert

RGB1678524-
CMYK00.490.860.35
HSL25.59º74.87%37.45%-
HSV(B)25.59º85.63%65.49%-
XYZ19.3514.782.7-
YUV102.5683.67173.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=60.51%
G=30.80%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167852400.490.860.3525.5974.8737.45
HexA7551803156231a4b25
Octal24712530061126433211345
Binary1010011110101011100001100011010110100011110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75518; }

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

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

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

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

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

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

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

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