#A75022

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

Shades of Rich Gold #A75022

Tints of Rich Gold #A75022

Color information

#A75022 (or 0xA75022) is unknown color: approx Rich Gold. HEX triplet: A7, 50 and 22. RGB value is (167,80,34). Sum of RGB (Red+Green+Blue) = 167+80+34=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A75022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75022 is #58AFDD. Grayscale: #656565. Windows color (decimal): -5812190 or 2248871. OLE color: 2248871.

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

Color convert

RGB1678034-
CMYK00.520.800.35
HSL20.75º66.17%39.41%-
HSV(B)20.75º79.64%65.49%-
XYZ19.0914.073.22-
YUV100.7790.32175.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.43%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=59.43%
G=28.47%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167803400.520.800.3520.7566.1739.41
HexA750220345023154227
Octal24712042064120432510247
Binary10100111101000010001001101001010000100011101011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75022; }

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

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

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

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

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

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

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

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