#AB920F

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

Shades of Lucky #AB920F

Tints of Lucky #AB920F

Color information

#AB920F (or 0xAB920F) is unknown color: approx Lucky. HEX triplet: AB, 92 and 0F. RGB value is (171,146,15). Sum of RGB (Red+Green+Blue) = 171+146+15=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB920F is #546DF0. Grayscale: #8B8B8B. Windows color (decimal): -5533169 or 1020587. OLE color: 1020587.

HSL color Cylindrical-coordinate representation of color #AB920F: hue angle of 50.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB920F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17114615-
CMYK00.150.910.33
HSL50.38º83.87%36.47%-
HSV(B)50.38º91.23%67.06%-
XYZ27.1629.254.67-
YUV138.5458.28151.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 15 (6.25% from 255) = 4.52%
R=51.51%
G=43.98%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711461500.150.910.3350.3883.8736.47
HexAB92F0F5B21325424
Octal25322217017133416212444
Binary101010111001001011110111110110111000011100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB920F; }

 p { color: rgb(171,146,15); }

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

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

 a { background-color: rgb(171,146,15); }

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

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

 span { border-color: rgb(171,146,15); }

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