#A74F22

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

Shades of Rich Gold #A74F22

Tints of Rich Gold #A74F22

Color information

#A74F22 (or 0xA74F22) is unknown color: approx Rich Gold. HEX triplet: A7, 4F and 22. RGB value is (167,79,34). Sum of RGB (Red+Green+Blue) = 167+79+34=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F22 is #58B0DD. Grayscale: #646464. Windows color (decimal): -5812446 or 2248615. OLE color: 2248615.

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

Color convert

RGB1677934-
CMYK00.530.800.35
HSL20.3º66.17%39.41%-
HSV(B)20.3º79.64%65.49%-
XYZ19.0213.923.2-
YUV100.1890.65175.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 34 (13.67% from 255) = 12.14%
R=59.64%
G=28.21%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167793400.530.800.3520.366.1739.41
HexA74F220355023144227
Octal24711742065120432410247
Binary10100111100111110001001101011010000100011101001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F22; }

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

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

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

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

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

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

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

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