#A0961E

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

Shades of Lucky #A0961E

Tints of Lucky #A0961E

Color information

#A0961E (or 0xA0961E) is unknown color: approx Lucky. HEX triplet: A0, 96 and 1E. RGB value is (160,150,30). Sum of RGB (Red+Green+Blue) = 160+150+30=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0961E is #5F69E1. Grayscale: #8B8B8B. Windows color (decimal): -6253026 or 2004640. OLE color: 2004640.

HSL color Cylindrical-coordinate representation of color #A0961E: hue angle of 55.38º degrees, saturation: 0.68, 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 #A0961E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16015030-
CMYK00.060.810.37
HSL55.38º68.42%37.25%-
HSV(B)55.38º81.25%62.75%-
XYZ25.6429.385.55-
YUV139.3166.31142.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=47.06%
G=44.12%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601503000.060.810.3755.3868.4237.25
HexA0961E065125374425
Octal2402263606121456710445
Binary101000001001011011110011010100011001011101111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0961E; }

 p { color: rgb(160,150,30); }

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

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

 a { background-color: rgb(160,150,30); }

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

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

 span { border-color: rgb(160,150,30); }

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