#A75B18

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

Shades of Rich Gold #A75B18

Tints of Rich Gold #A75B18

Color information

#A75B18 (or 0xA75B18) is unknown color: approx Rich Gold. HEX triplet: A7, 5B and 18. RGB value is (167,91,24). Sum of RGB (Red+Green+Blue) = 167+91+24=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75B18 is #58A4E7. Grayscale: #6A6A6A. Windows color (decimal): -5809384 or 1596327. OLE color: 1596327.

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

Color convert

RGB1679124-
CMYK00.460.860.35
HSL28.11º74.87%37.45%-
HSV(B)28.11º85.63%65.49%-
XYZ19.8415.762.86-
YUV106.0981.68171.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=59.22%
G=32.27%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167912400.460.860.3528.1174.8737.45
HexA75B1802E56231c4b25
Octal24713330056126433411345
Binary1010011110110111100001011101010110100011111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B18; }

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

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

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

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

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

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

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

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