#A74C1A

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

Shades of Rich Gold #A74C1A

Tints of Rich Gold #A74C1A

Color information

#A74C1A (or 0xA74C1A) is unknown color: approx Rich Gold. HEX triplet: A7, 4C and 1A. RGB value is (167,76,26). Sum of RGB (Red+Green+Blue) = 167+76+26=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C1A is #58B3E5. Grayscale: #616161. Windows color (decimal): -5813222 or 1723559. OLE color: 1723559.

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

Color convert

RGB1677626-
CMYK00.540.840.35
HSL21.28º73.06%37.84%-
HSV(B)21.28º84.43%65.49%-
XYZ18.7113.462.59-
YUV97.5187.65177.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.08%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=62.08%
G=28.25%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167762600.540.840.3521.2873.0637.84
HexA74C1A0365423154926
Octal24711432066124432511146
Binary1010011110011001101001101101010100100011101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C1A; }

 p { color: rgb(167,76,26); }

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

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

 a { background-color: rgb(167,76,26); }

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

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

 span { border-color: rgb(167,76,26); }

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