#a74e19

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

Shades of Rich Gold #A74E19

Tints of Rich Gold #A74E19

Color information

#A74E19 (or 0xA74E19) is unknown color: approx Rich Gold. HEX triplet: A7, 4E and 19. RGB value is (167,78,25). Sum of RGB (Red+Green+Blue) = 167+78+25=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74E19 is #58B1E6. Grayscale: #626262. Windows color (decimal): -5812711 or 1658535. OLE color: 1658535.

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

Color convert

RGB1677825-
CMYK00.530.850.35
HSL22.39º73.96%37.65%-
HSV(B)22.39º85.03%65.49%-
XYZ18.8413.732.58-
YUV98.5786.49176.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 25 (10.16% from 255) = 9.26%
R=61.85%
G=28.89%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167782500.530.850.3522.3973.9637.65
HexA74E190355523164a26
Octal24711631065125432611246
Binary1010011110011101100101101011010101100011101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74e19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74e19; }

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

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

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

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

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

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

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

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