#ABA223

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

Shades of Lucky #ABA223

Tints of Lucky #ABA223

Color information

#ABA223 (or 0xABA223) is unknown color: approx Lucky. HEX triplet: AB, A2 and 23. RGB value is (171,162,35). Sum of RGB (Red+Green+Blue) = 171+162+35=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA223 is #545DDC. Grayscale: #969696. Windows color (decimal): -5529053 or 2335403. OLE color: 2335403.

HSL color Cylindrical-coordinate representation of color #ABA223: hue angle of 56.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABA223 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB17116235-
CMYK00.050.800.33
HSL56.03º66.02%40.39%-
HSV(B)56.03º79.53%67.06%-
XYZ30.0234.626.69-
YUV150.2162.98142.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 35 (14.06% from 255) = 9.51%
R=46.47%
G=44.02%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711623500.050.800.3356.0366.0240.39
HexABA223055021384228
Octal2532424305120417010250
Binary1010101110100010100011010110100001000011110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA223; }

 p { color: rgb(171,162,35); }

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

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

 a { background-color: rgb(171,162,35); }

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

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

 span { border-color: rgb(171,162,35); }

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