#A75922

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

Shades of Rich Gold #A75922

Tints of Rich Gold #A75922

Color information

#A75922 (or 0xA75922) is unknown color: approx Rich Gold. HEX triplet: A7, 59 and 22. RGB value is (167,89,34). Sum of RGB (Red+Green+Blue) = 167+89+34=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A75922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75922 is #58A6DD. Grayscale: #6A6A6A. Windows color (decimal): -5809886 or 2251175. OLE color: 2251175.

HSL color Cylindrical-coordinate representation of color #A75922: hue angle of 24.81º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A75922 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1678934-
CMYK00.470.800.35
HSL24.81º66.17%39.41%-
HSV(B)24.81º79.64%65.49%-
XYZ19.815.483.46-
YUV106.0587.34171.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.59%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=57.59%
G=30.69%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167893400.470.800.3524.8166.1739.41
HexA7592202F5023194227
Octal24713142057120433110247
Binary10100111101100110001001011111010000100011110011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75922; }

 p { color: rgb(167,89,34); }

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

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

 a { background-color: rgb(167,89,34); }

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

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

 span { border-color: rgb(167,89,34); }

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