#A44F11

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

Shades of Rich Gold #A44F11

Tints of Rich Gold #A44F11

Color information

#A44F11 (or 0xA44F11) is unknown color: approx Rich Gold. HEX triplet: A4, 4F and 11. RGB value is (164,79,17). Sum of RGB (Red+Green+Blue) = 164+79+17=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F11 is #5BB0EE. Grayscale: #616161. Windows color (decimal): -6009071 or 1134500. OLE color: 1134500.

HSL color Cylindrical-coordinate representation of color #A44F11: hue angle of 25.31º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A44F11 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1647917-
CMYK00.520.900.36
HSL25.31º81.22%35.49%-
HSV(B)25.31º89.63%64.31%-
XYZ18.2113.522.18-
YUV97.3582.66175.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.08%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=63.08%
G=30.38%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164791700.520.900.3625.3181.2235.49
HexA44F110345A24195123
Octal24411721064132443112143
Binary1010010010011111000101101001011010100100110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F11; }

 p { color: rgb(164,79,17); }

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

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

 a { background-color: rgb(164,79,17); }

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

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

 span { border-color: rgb(164,79,17); }

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