#a75218

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

Shades of Rich Gold #A75218

Tints of Rich Gold #A75218

Color information

#A75218 (or 0xA75218) is unknown color: approx Rich Gold. HEX triplet: A7, 52 and 18. RGB value is (167,82,24). Sum of RGB (Red+Green+Blue) = 167+82+24=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A75218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75218 is #58ADE7. Grayscale: #656565. Windows color (decimal): -5811688 or 1594023. OLE color: 1594023.

HSL color Cylindrical-coordinate representation of color #A75218: hue angle of 24.34º 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 #A75218 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1678224-
CMYK00.510.860.35
HSL24.34º74.87%37.45%-
HSV(B)24.34º85.63%65.49%-
XYZ19.1214.322.62-
YUV100.884.66175.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.17%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=61.17%
G=30.04%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167822400.510.860.3524.3474.8737.45
HexA752180335623184b25
Octal24712230063126433011345
Binary1010011110100101100001100111010110100011110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75218; }

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

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

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

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

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

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

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

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