#AB9507

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

Shades of Lucky #AB9507

Tints of Lucky #AB9507

Color information

#AB9507 (or 0xAB9507) is unknown color: approx Lucky. HEX triplet: AB, 95 and 07. RGB value is (171,149,7). Sum of RGB (Red+Green+Blue) = 171+149+7=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9507 is #546AF8. Grayscale: #8B8B8B. Windows color (decimal): -5532409 or 497067. OLE color: 497067.

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

Color convert

RGB1711497-
CMYK00.130.960.33
HSL51.95º92.13%34.9%-
HSV(B)51.95º95.91%67.06%-
XYZ27.5830.174.57-
YUV139.3953.29150.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=52.29%
G=45.57%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171149700.130.960.3351.9592.1334.9
HexAB9570D6021345c23
Octal2532257015140416413443
Binary10101011100101011110110111000001000011101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9507; }

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

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

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

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

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

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

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

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