#A0972C

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

Shades of Lucky #A0972C

Tints of Lucky #A0972C

Color information

#A0972C (or 0xA0972C) is unknown color: approx Lucky. HEX triplet: A0, 97 and 2C. RGB value is (160,151,44). Sum of RGB (Red+Green+Blue) = 160+151+44=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0972C is #5F68D3. Grayscale: #8D8D8D. Windows color (decimal): -6252756 or 2922400. OLE color: 2922400.

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

Color convert

RGB16015144-
CMYK00.060.720.37
HSL55.34º56.86%40%-
HSV(B)55.34º72.5%62.75%-
XYZ26.0229.796.76-
YUV141.4972.98141.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=45.07%
G=42.54%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601514400.060.720.3755.3456.8640
HexA0972C064825373928
Octal240227540611045677150
Binary101000001001011110110001101001000100101110111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0972C; }

 p { color: rgb(160,151,44); }

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

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

 a { background-color: rgb(160,151,44); }

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

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

 span { border-color: rgb(160,151,44); }

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