#ADA320

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

Shades of Lucky #ADA320

Tints of Lucky #ADA320

Color information

#ADA320 (or 0xADA320) is unknown color: approx Lucky. HEX triplet: AD, A3 and 20. RGB value is (173,163,32). Sum of RGB (Red+Green+Blue) = 173+163+32=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA320 is #525CDF. Grayscale: #979797. Windows color (decimal): -5397728 or 2139053. OLE color: 2139053.

HSL color Cylindrical-coordinate representation of color #ADA320: hue angle of 55.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADA320 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB17316332-
CMYK00.060.820.32
HSL55.74º68.78%40.2%-
HSV(B)55.74º81.5%67.84%-
XYZ30.5935.186.55-
YUV151.0660.81143.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 32 (12.89% from 255) = 8.70%
R=47.01%
G=44.29%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731633200.060.820.3255.7468.7840.2
HexADA320065220384528
Octal2552434006122407010550
Binary1010110110100011100000011010100101000001110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA320; }

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

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

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

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

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

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

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

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