#A1972A

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

Shades of Lucky #A1972A

Tints of Lucky #A1972A

Color information

#A1972A (or 0xA1972A) is unknown color: approx Lucky. HEX triplet: A1, 97 and 2A. RGB value is (161,151,42). Sum of RGB (Red+Green+Blue) = 161+151+42=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1972A is #5E68D5. Grayscale: #8E8E8E. Windows color (decimal): -6187222 or 2791329. OLE color: 2791329.

HSL color Cylindrical-coordinate representation of color #A1972A: hue angle of 54.96º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1972A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16115142-
CMYK00.060.740.37
HSL54.96º58.62%39.8%-
HSV(B)54.96º73.91%63.14%-
XYZ26.1829.886.58-
YUV141.5671.81141.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=45.48%
G=42.66%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514200.060.740.3754.9658.6239.8
HexA1972A064A25373b28
Octal241227520611245677350
Binary101000011001011110101001101001010100101110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1972A; }

 p { color: rgb(161,151,42); }

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

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

 a { background-color: rgb(161,151,42); }

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

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

 span { border-color: rgb(161,151,42); }

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