#A2992E

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

Shades of Lucky #A2992E

Tints of Lucky #A2992E

Color information

#A2992E (or 0xA2992E) is unknown color: approx Lucky. HEX triplet: A2, 99 and 2E. RGB value is (162,153,46). Sum of RGB (Red+Green+Blue) = 162+153+46=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2992E is #5D66D1. Grayscale: #8F8F8F. Windows color (decimal): -6121170 or 3053986. OLE color: 3053986.

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

Color convert

RGB16215346-
CMYK00.060.720.36
HSL55.34º55.77%40.78%-
HSV(B)55.34º71.6%63.53%-
XYZ26.7830.667.09-
YUV143.4972.98141.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=44.88%
G=42.38%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621534600.060.720.3655.3455.7740.78
HexA2992E064824373829
Octal242231560611044677051
Binary101000101001100110111001101001000100100110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2992E; }

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

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

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

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

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

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

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

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