#A2951B

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

Shades of Lucky #A2951B

Tints of Lucky #A2951B

Color information

#A2951B (or 0xA2951B) is unknown color: approx Lucky. HEX triplet: A2, 95 and 1B. RGB value is (162,149,27). Sum of RGB (Red+Green+Blue) = 162+149+27=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2951B is #5D6AE4. Grayscale: #8B8B8B. Windows color (decimal): -6122213 or 1807778. OLE color: 1807778.

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

Color convert

RGB16214927-
CMYK00.080.830.36
HSL54.22º71.43%37.06%-
HSV(B)54.22º83.33%63.53%-
XYZ25.8529.265.32-
YUV138.9864.81144.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 27 (10.94% from 255) = 7.99%
R=47.93%
G=44.08%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621492700.080.830.3654.2271.4337.06
HexA2951B085324364725
Octal24222533010123446610745
Binary1010001010010101110110100010100111001001101101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2951B; }

 p { color: rgb(162,149,27); }

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

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

 a { background-color: rgb(162,149,27); }

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

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

 span { border-color: rgb(162,149,27); }

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