#A14B21

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

Shades of Rich Gold #A14B21

Tints of Rich Gold #A14B21

Color information

#A14B21 (or 0xA14B21) is unknown color: approx Rich Gold. HEX triplet: A1, 4B and 21. RGB value is (161,75,33). Sum of RGB (Red+Green+Blue) = 161+75+33=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B21 is #5EB4DE. Grayscale: #606060. Windows color (decimal): -6206687 or 2182049. OLE color: 2182049.

HSL color Cylindrical-coordinate representation of color #A14B21: hue angle of 19.69º 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 #A14B21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1617533-
CMYK00.530.800.37
HSL19.69º65.98%38.04%-
HSV(B)19.69º79.5%63.14%-
XYZ17.4912.722.97-
YUV95.9392.49174.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 33 (13.28% from 255) = 12.27%
R=59.85%
G=27.88%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161753300.530.800.3719.6965.9838.04
HexA14B210355025144226
Octal24111341065120452410246
Binary10100001100101110000101101011010000100101101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B21; }

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

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

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

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

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

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

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

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