#A75E22

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

Shades of Rich Gold #A75E22

Tints of Rich Gold #A75E22

Color information

#A75E22 (or 0xA75E22) is unknown color: approx Rich Gold. HEX triplet: A7, 5E and 22. RGB value is (167,94,34). Sum of RGB (Red+Green+Blue) = 167+94+34=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E22 is #58A1DD. Grayscale: #6D6D6D. Windows color (decimal): -5808606 or 2252455. OLE color: 2252455.

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

Color convert

RGB1679434-
CMYK00.440.800.35
HSL27.07º66.17%39.41%-
HSV(B)27.07º79.64%65.49%-
XYZ20.2316.343.6-
YUV108.9985.68169.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.61%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=56.61%
G=31.86%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167943400.440.800.3527.0766.1739.41
HexA75E2202C50231b4227
Octal24713642054120433310247
Binary10100111101111010001001011001010000100011110111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E22; }

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

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

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

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

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

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

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

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