#A04B12

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

Shades of Rich Gold #A04B12

Tints of Rich Gold #A04B12

Color information

#A04B12 (or 0xA04B12) is unknown color: approx Rich Gold. HEX triplet: A0, 4B and 12. RGB value is (160,75,18). Sum of RGB (Red+Green+Blue) = 160+75+18=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B12 is #5FB4ED. Grayscale: #5E5E5E. Windows color (decimal): -6272238 or 1199008. OLE color: 1199008.

HSL color Cylindrical-coordinate representation of color #A04B12: hue angle of 24.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04B12 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1607518-
CMYK00.530.890.37
HSL24.08º79.78%34.9%-
HSV(B)24.08º88.75%62.75%-
XYZ17.1212.552.09-
YUV93.9285.16175.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=63.24%
G=29.64%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160751800.530.890.3724.0879.7834.9
HexA04B120355925185023
Octal24011322065131453012043
Binary1010000010010111001001101011011001100101110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B12; }

 p { color: rgb(160,75,18); }

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

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

 a { background-color: rgb(160,75,18); }

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

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

 span { border-color: rgb(160,75,18); }

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