#A1921E

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

Shades of Lucky #A1921E

Tints of Lucky #A1921E

Color information

#A1921E (or 0xA1921E) is unknown color: approx Lucky. HEX triplet: A1, 92 and 1E. RGB value is (161,146,30). Sum of RGB (Red+Green+Blue) = 161+146+30=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1921E is #5E6DE1. Grayscale: #898989. Windows color (decimal): -6188514 or 2003617. OLE color: 2003617.

HSL color Cylindrical-coordinate representation of color #A1921E: hue angle of 53.13º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1921E is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16114630-
CMYK00.090.810.37
HSL53.13º68.59%37.45%-
HSV(B)53.13º81.37%63.14%-
XYZ25.2128.235.35-
YUV137.2667.47144.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=47.77%
G=43.32%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611463000.090.810.3753.1368.5937.45
HexA1921E095125354525
Octal24122236011121456510545
Binary1010000110010010111100100110100011001011101011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1921E; }

 p { color: rgb(161,146,30); }

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

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

 a { background-color: rgb(161,146,30); }

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

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

 span { border-color: rgb(161,146,30); }

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