#A75222

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

Shades of Rich Gold #A75222

Tints of Rich Gold #A75222

Color information

#A75222 (or 0xA75222) is unknown color: approx Rich Gold. HEX triplet: A7, 52 and 22. RGB value is (167,82,34). Sum of RGB (Red+Green+Blue) = 167+82+34=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A75222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75222 is #58ADDD. Grayscale: #666666. Windows color (decimal): -5811678 or 2249383. OLE color: 2249383.

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

Color convert

RGB1678234-
CMYK00.510.800.35
HSL21.65º66.17%39.41%-
HSV(B)21.65º79.64%65.49%-
XYZ19.2414.373.27-
YUV101.9489.66174.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 34 (13.67% from 255) = 12.01%
R=59.01%
G=28.98%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167823400.510.800.3521.6566.1739.41
HexA752220335023164227
Octal24712242063120432610247
Binary10100111101001010001001100111010000100011101101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75222; }

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

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

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

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

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

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

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

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