#ABA320

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

Shades of Lucky #ABA320

Tints of Lucky #ABA320

Color information

#ABA320 (or 0xABA320) is unknown color: approx Lucky. HEX triplet: AB, A3 and 20. RGB value is (171,163,32). Sum of RGB (Red+Green+Blue) = 171+163+32=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA320 is #545CDF. Grayscale: #969696. Windows color (decimal): -5528800 or 2139051. OLE color: 2139051.

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

Color convert

RGB17116332-
CMYK00.050.810.33
HSL56.55º68.47%39.8%-
HSV(B)56.55º81.29%67.06%-
XYZ30.1534.966.52-
YUV150.4661.15142.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 32 (12.89% from 255) = 8.74%
R=46.72%
G=44.54%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711633200.050.810.3356.5568.4739.8
HexABA320055121394428
Octal2532434005121417110450
Binary1010101110100011100000010110100011000011110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA320; }

 p { color: rgb(171,163,32); }

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

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

 a { background-color: rgb(171,163,32); }

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

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

 span { border-color: rgb(171,163,32); }

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