#A4992B

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

Shades of Lucky #A4992B

Tints of Lucky #A4992B

Color information

#A4992B (or 0xA4992B) is unknown color: approx Lucky. HEX triplet: A4, 99 and 2B. RGB value is (164,153,43). Sum of RGB (Red+Green+Blue) = 164+153+43=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4992B is #5B66D4. Grayscale: #909090. Windows color (decimal): -5990101 or 2857380. OLE color: 2857380.

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

Color convert

RGB16415343-
CMYK00.070.740.36
HSL54.55º58.45%40.59%-
HSV(B)54.55º73.78%64.31%-
XYZ27.1430.856.81-
YUV143.7571.14142.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 43 (17.19% from 255) = 11.94%
R=45.56%
G=42.5%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641534300.070.740.3654.5558.4540.59
HexA4992B074A24373a29
Octal244231530711244677251
Binary101001001001100110101101111001010100100110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4992B; }

 p { color: rgb(164,153,43); }

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

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

 a { background-color: rgb(164,153,43); }

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

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

 span { border-color: rgb(164,153,43); }

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