#A74B25

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

Shades of Rich Gold #A74B25

Tints of Rich Gold #A74B25

Color information

#A74B25 (or 0xA74B25) is unknown color: approx Rich Gold. HEX triplet: A7, 4B and 25. RGB value is (167,75,37). Sum of RGB (Red+Green+Blue) = 167+75+37=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B25 is #58B4DA. Grayscale: #626262. Windows color (decimal): -5813467 or 2444199. OLE color: 2444199.

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

Color convert

RGB1677537-
CMYK00.550.780.35
HSL17.54º63.73%40%-
HSV(B)17.54º77.84%65.49%-
XYZ18.7913.383.34-
YUV98.1893.48177.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.86%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=59.86%
G=26.88%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167753700.550.780.3517.5463.7340
HexA74B250374E23124028
Octal24711345067116432210050
Binary10100111100101110010101101111001110100011100101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B25; }

 p { color: rgb(167,75,37); }

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

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

 a { background-color: rgb(167,75,37); }

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

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

 span { border-color: rgb(167,75,37); }

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