#ADA21D

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

Shades of Lucky #ADA21D

Tints of Lucky #ADA21D

Color information

#ADA21D (or 0xADA21D) is unknown color: approx Lucky. HEX triplet: AD, A2 and 1D. RGB value is (173,162,29). Sum of RGB (Red+Green+Blue) = 173+162+29=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA21D is #525DE2. Grayscale: #969696. Windows color (decimal): -5397987 or 1942189. OLE color: 1942189.

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

Color convert

RGB17316229-
CMYK00.060.830.32
HSL55.42º71.29%39.61%-
HSV(B)55.42º83.24%67.84%-
XYZ30.3834.816.28-
YUV150.1359.64144.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 29 (11.72% from 255) = 7.97%
R=47.53%
G=44.51%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731622900.060.830.3255.4271.2939.61
HexADA21D065320374728
Octal2552423506123406710750
Binary101011011010001011101011010100111000001101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA21D; }

 p { color: rgb(173,162,29); }

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

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

 a { background-color: rgb(173,162,29); }

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

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

 span { border-color: rgb(173,162,29); }

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