#A14A21

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

Shades of Rich Gold #A14A21

Tints of Rich Gold #A14A21

Color information

#A14A21 (or 0xA14A21) is unknown color: approx Rich Gold. HEX triplet: A1, 4A and 21. RGB value is (161,74,33). Sum of RGB (Red+Green+Blue) = 161+74+33=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A21 is #5EB5DE. Grayscale: #5F5F5F. Windows color (decimal): -6206943 or 2181793. OLE color: 2181793.

HSL color Cylindrical-coordinate representation of color #A14A21: hue angle of 19.22º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A14A21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1617433-
CMYK00.540.800.37
HSL19.22º65.98%38.04%-
HSV(B)19.22º79.5%63.14%-
XYZ17.4212.582.95-
YUV95.3492.82174.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=60.07%
G=27.61%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161743300.540.800.3719.2265.9838.04
HexA14A210365025134226
Octal24111241066120452310246
Binary10100001100101010000101101101010000100101100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A21; }

 p { color: rgb(161,74,33); }

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

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

 a { background-color: rgb(161,74,33); }

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

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

 span { border-color: rgb(161,74,33); }

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