#A4951A

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

Shades of Lucky #A4951A

Tints of Lucky #A4951A

Color information

#A4951A (or 0xA4951A) is unknown color: approx Lucky. HEX triplet: A4, 95 and 1A. RGB value is (164,149,26). Sum of RGB (Red+Green+Blue) = 164+149+26=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4951A is #5B6AE5. Grayscale: #8B8B8B. Windows color (decimal): -5991142 or 1742244. OLE color: 1742244.

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

Color convert

RGB16414926-
CMYK00.090.840.36
HSL53.48º72.63%37.25%-
HSV(B)53.48º84.15%64.31%-
XYZ26.2429.465.28-
YUV139.4663.97145.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=48.38%
G=43.95%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641492600.090.840.3653.4872.6337.25
HexA4951A095424354925
Octal24422532011124446511145
Binary1010010010010101110100100110101001001001101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4951A; }

 p { color: rgb(164,149,26); }

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

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

 a { background-color: rgb(164,149,26); }

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

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

 span { border-color: rgb(164,149,26); }

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