#AB920B

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

Shades of Lucky #AB920B

Tints of Lucky #AB920B

Color information

#AB920B (or 0xAB920B) is unknown color: approx Lucky. HEX triplet: AB, 92 and 0B. RGB value is (171,146,11). Sum of RGB (Red+Green+Blue) = 171+146+11=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB920B is #546DF4. Grayscale: #8A8A8A. Windows color (decimal): -5533173 or 758443. OLE color: 758443.

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

Color convert

RGB17114611-
CMYK00.150.940.33
HSL50.62º87.91%35.69%-
HSV(B)50.62º93.57%67.06%-
XYZ27.1329.244.53-
YUV138.0856.28151.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=52.13%
G=44.51%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711461100.150.940.3350.6287.9135.69
HexAB92B0F5E21335824
Octal25322213017136416313044
Binary101010111001001010110111110111101000011100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB920B; }

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

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

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

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

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

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

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

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