#A0961B

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

Shades of Lucky #A0961B

Tints of Lucky #A0961B

Color information

#A0961B (or 0xA0961B) is unknown color: approx Lucky. HEX triplet: A0, 96 and 1B. RGB value is (160,150,27). Sum of RGB (Red+Green+Blue) = 160+150+27=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0961B is #5F69E4. Grayscale: #8B8B8B. Windows color (decimal): -6253029 or 1808032. OLE color: 1808032.

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

Color convert

RGB16015027-
CMYK00.060.830.37
HSL55.49º71.12%36.67%-
HSV(B)55.49º83.13%62.75%-
XYZ25.629.375.36-
YUV138.9764.81143-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=47.48%
G=44.51%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601502700.060.830.3755.4971.1236.67
HexA0961B065325374725
Octal2402263306123456710745
Binary101000001001011011011011010100111001011101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0961B; }

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

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

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

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

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

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

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

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