#ABA422

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

Shades of Lucky #ABA422

Tints of Lucky #ABA422

Color information

#ABA422 (or 0xABA422) is unknown color: approx Lucky. HEX triplet: AB, A4 and 22. RGB value is (171,164,34). Sum of RGB (Red+Green+Blue) = 171+164+34=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA422 is #545BDD. Grayscale: #979797. Windows color (decimal): -5528542 or 2270379. OLE color: 2270379.

HSL color Cylindrical-coordinate representation of color #ABA422: hue angle of 56.93º degrees, saturation: 0.67, 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 #ABA422 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB17116434-
CMYK00.040.800.33
HSL56.93º66.83%40.2%-
HSV(B)56.93º80.12%67.06%-
XYZ30.3635.326.73-
YUV151.2761.82142.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=46.34%
G=44.44%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711643400.040.800.3356.9366.8340.2
HexABA422045021394328
Octal2532444204120417110350
Binary1010101110100100100010010010100001000011110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA422; }

 p { color: rgb(171,164,34); }

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

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

 a { background-color: rgb(171,164,34); }

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

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

 span { border-color: rgb(171,164,34); }

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