#A74E16

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

Shades of Rich Gold #A74E16

Tints of Rich Gold #A74E16

Color information

#A74E16 (or 0xA74E16) is unknown color: approx Rich Gold. HEX triplet: A7, 4E and 16. RGB value is (167,78,22). Sum of RGB (Red+Green+Blue) = 167+78+22=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74E16 is #58B1E9. Grayscale: #626262. Windows color (decimal): -5812714 or 1461927. OLE color: 1461927.

HSL color Cylindrical-coordinate representation of color #A74E16: hue angle of 23.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A74E16 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1677822-
CMYK00.530.870.35
HSL23.17º76.72%37.06%-
HSV(B)23.17º86.83%65.49%-
XYZ18.8113.722.42-
YUV98.2384.99177.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=62.55%
G=29.21%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167782200.530.870.3523.1776.7237.06
HexA74E160355723174d25
Octal24711626065127432711545
Binary1010011110011101011001101011010111100011101111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E16; }

 p { color: rgb(167,78,22); }

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

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

 a { background-color: rgb(167,78,22); }

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

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

 span { border-color: rgb(167,78,22); }

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