#ABA619

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

Shades of Lucky #ABA619

Tints of Lucky #ABA619

Color information

#ABA619 (or 0xABA619) is unknown color: approx Lucky. HEX triplet: AB, A6 and 19. RGB value is (171,166,25). Sum of RGB (Red+Green+Blue) = 171+166+25=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA619 is #5459E6. Grayscale: #979797. Windows color (decimal): -5528039 or 1681067. OLE color: 1681067.

HSL color Cylindrical-coordinate representation of color #ABA619: hue angle of 57.95º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABA619 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17116625-
CMYK00.030.850.33
HSL57.95º74.49%38.43%-
HSV(B)57.95º85.38%67.06%-
XYZ30.61366.26-
YUV151.4256.66141.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 25 (10.16% from 255) = 6.91%
R=47.24%
G=45.86%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711662500.030.850.3357.9574.4938.43
HexABA6190355213a4a26
Octal2532463103125417211246
Binary10101011101001101100101110101011000011110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA619; }

 p { color: rgb(171,166,25); }

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

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

 a { background-color: rgb(171,166,25); }

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

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

 span { border-color: rgb(171,166,25); }

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