#A74A22

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

Shades of Rich Gold #A74A22

Tints of Rich Gold #A74A22

Color information

#A74A22 (or 0xA74A22) is unknown color: approx Rich Gold. HEX triplet: A7, 4A and 22. RGB value is (167,74,34). Sum of RGB (Red+Green+Blue) = 167+74+34=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A22 is #58B5DD. Grayscale: #616161. Windows color (decimal): -5813726 or 2247335. OLE color: 2247335.

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

Color convert

RGB1677434-
CMYK00.560.800.35
HSL18.05º66.17%39.41%-
HSV(B)18.05º79.64%65.49%-
XYZ18.6713.233.08-
YUV97.2592.31177.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=60.73%
G=26.91%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167743400.560.800.3518.0566.1739.41
HexA74A220385023124227
Octal24711242070120432210247
Binary10100111100101010001001110001010000100011100101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A22; }

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

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

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

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

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

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

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

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