#A74E23

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

Shades of Rich Gold #A74E23

Tints of Rich Gold #A74E23

Color information

#A74E23 (or 0xA74E23) is unknown color: approx Rich Gold. HEX triplet: A7, 4E and 23. RGB value is (167,78,35). Sum of RGB (Red+Green+Blue) = 167+78+35=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E23 is #58B1DC. Grayscale: #636363. Windows color (decimal): -5812701 or 2313895. OLE color: 2313895.

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

Color convert

RGB1677835-
CMYK00.530.790.35
HSL19.55º65.35%39.61%-
HSV(B)19.55º79.04%65.49%-
XYZ18.9613.793.25-
YUV99.7191.49176-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 35 (14.06% from 255) = 12.5%
R=59.64%
G=27.86%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167783500.530.790.3519.5565.3539.61
HexA74E230354F23144128
Octal24711643065117432410150
Binary10100111100111010001101101011001111100011101001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E23; }

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

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

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

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

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

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

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

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