#AB9527

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

Shades of Lucky #AB9527

Tints of Lucky #AB9527

Color information

#AB9527 (or 0xAB9527) is unknown color: approx Lucky. HEX triplet: AB, 95 and 27. RGB value is (171,149,39). Sum of RGB (Red+Green+Blue) = 171+149+39=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9527 is #546AD8. Grayscale: #8F8F8F. Windows color (decimal): -5532377 or 2594219. OLE color: 2594219.

HSL color Cylindrical-coordinate representation of color #AB9527: hue angle of 50º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB9527 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17114939-
CMYK00.130.770.33
HSL50º62.86%41.18%-
HSV(B)50º77.19%67.06%-
XYZ27.9130.36.3-
YUV143.0469.29147.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=47.63%
G=41.50%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711493900.130.770.335062.8641.18
HexAB95270D4D21323f29
Octal2532254701511541627751
Binary1010101110010101100111011011001101100001110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9527; }

 p { color: rgb(171,149,39); }

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

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

 a { background-color: rgb(171,149,39); }

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

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

 span { border-color: rgb(171,149,39); }

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