#A4991C

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

Shades of Lucky #A4991C

Tints of Lucky #A4991C

Color information

#A4991C (or 0xA4991C) is unknown color: approx Lucky. HEX triplet: A4, 99 and 1C. RGB value is (164,153,28). Sum of RGB (Red+Green+Blue) = 164+153+28=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4991C is #5B66E3. Grayscale: #8E8E8E. Windows color (decimal): -5990116 or 1874340. OLE color: 1874340.

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

Color convert

RGB16415328-
CMYK00.070.830.36
HSL55.15º70.83%37.65%-
HSV(B)55.15º82.93%64.31%-
XYZ26.9130.765.62-
YUV142.0463.64143.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 28 (11.33% from 255) = 8.12%
R=47.54%
G=44.35%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641532800.070.830.3655.1570.8337.65
HexA4991C075324374726
Octal2442313407123446710746
Binary101001001001100111100011110100111001001101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4991C; }

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

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

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

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

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

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

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

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