#a44921

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

Shades of Rich Gold #A44921

Tints of Rich Gold #A44921

Color information

#A44921 (or 0xA44921) is unknown color: approx Rich Gold. HEX triplet: A4, 49 and 21. RGB value is (164,73,33). Sum of RGB (Red+Green+Blue) = 164+73+33=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A44921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44921 is #5BB6DE. Grayscale: #5F5F5F. Windows color (decimal): -6010591 or 2181540. OLE color: 2181540.

HSL color Cylindrical-coordinate representation of color #A44921: hue angle of 18.32º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A44921 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1647333-
CMYK00.550.800.36
HSL18.32º66.5%38.63%-
HSV(B)18.32º79.88%64.31%-
XYZ17.9712.772.96-
YUV95.6592.65176.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=60.74%
G=27.04%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164733300.550.800.3618.3266.538.63
HexA449210375024124227
Octal24411141067120442210247
Binary10100100100100110000101101111010000100100100101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44921; }

 p { color: rgb(164,73,33); }

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

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

 a { background-color: rgb(164,73,33); }

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

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

 span { border-color: rgb(164,73,33); }

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