#AB9607

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

Shades of Lucky #AB9607

Tints of Lucky #AB9607

Color information

#AB9607 (or 0xAB9607) is unknown color: approx Lucky. HEX triplet: AB, 96 and 07. RGB value is (171,150,7). Sum of RGB (Red+Green+Blue) = 171+150+7=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9607 is #5469F8. Grayscale: #8C8C8C. Windows color (decimal): -5532153 or 497323. OLE color: 497323.

HSL color Cylindrical-coordinate representation of color #AB9607: hue angle of 52.32º 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 #AB9607 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1711507-
CMYK00.120.960.33
HSL52.32º92.13%34.9%-
HSV(B)52.32º95.91%67.06%-
XYZ27.7430.494.62-
YUV139.9852.96150.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=52.13%
G=45.73%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171150700.120.960.3352.3292.1334.9
HexAB9670C6021345c23
Octal2532267014140416413443
Binary10101011100101101110110011000001000011101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9607; }

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

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

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

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

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

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

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

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