#A2990B

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

Shades of Lucky #A2990B

Tints of Lucky #A2990B

Color information

#A2990B (or 0xA2990B) is unknown color: approx Lucky. HEX triplet: A2, 99 and 0B. RGB value is (162,153,11). Sum of RGB (Red+Green+Blue) = 162+153+11=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2990B is #5D66F4. Grayscale: #8C8C8C. Windows color (decimal): -6121205 or 760226. OLE color: 760226.

HSL color Cylindrical-coordinate representation of color #A2990B: hue angle of 56.42º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2990B is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16215311-
CMYK00.060.930.36
HSL56.42º87.28%33.92%-
HSV(B)56.42º93.21%63.53%-
XYZ26.3530.494.81-
YUV139.555.48144.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 11 (4.69% from 255) = 3.37%
R=49.69%
G=46.93%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621531100.060.930.3656.4287.2833.92
HexA299B065D24385722
Octal2422311306135447012742
Binary10100010100110011011011010111011001001110001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2990B; }

 p { color: rgb(162,153,11); }

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

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

 a { background-color: rgb(162,153,11); }

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

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

 span { border-color: rgb(162,153,11); }

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