#A74D12

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

Shades of Rich Gold #A74D12

Tints of Rich Gold #A74D12

Color information

#A74D12 (or 0xA74D12) is unknown color: approx Rich Gold. HEX triplet: A7, 4D and 12. RGB value is (167,77,18). Sum of RGB (Red+Green+Blue) = 167+77+18=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D12 is #58B2ED. Grayscale: #616161. Windows color (decimal): -5812974 or 1199527. OLE color: 1199527.

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

Color convert

RGB1677718-
CMYK00.540.890.35
HSL23.76º80.54%36.27%-
HSV(B)23.76º89.22%65.49%-
XYZ18.713.572.21-
YUV97.1883.32177.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.74%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=63.74%
G=29.39%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167771800.540.890.3523.7680.5436.27
HexA74D120365923185124
Octal24711522066131433012144
Binary1010011110011011001001101101011001100011110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D12; }

 p { color: rgb(167,77,18); }

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

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

 a { background-color: rgb(167,77,18); }

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

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

 span { border-color: rgb(167,77,18); }

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