#A75A17

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

Shades of Rich Gold #A75A17

Tints of Rich Gold #A75A17

Color information

#A75A17 (or 0xA75A17) is unknown color: approx Rich Gold. HEX triplet: A7, 5A and 17. RGB value is (167,90,23). Sum of RGB (Red+Green+Blue) = 167+90+23=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A17 is #58A5E8. Grayscale: #696969. Windows color (decimal): -5809641 or 1530535. OLE color: 1530535.

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

Color convert

RGB1679023-
CMYK00.460.860.35
HSL27.92º75.79%37.25%-
HSV(B)27.92º86.23%65.49%-
XYZ19.7515.592.78-
YUV105.3881.51171.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 23 (9.38% from 255) = 8.21%
R=59.64%
G=32.14%
B=8.21%

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
Decimal167902300.460.860.3527.9275.7937.25
HexA75A1702E56231c4c25
Octal24713227056126433411445
Binary1010011110110101011101011101010110100011111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A17; }

 p { color: rgb(167,90,23); }

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

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

 a { background-color: rgb(167,90,23); }

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

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

 span { border-color: rgb(167,90,23); }

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