Html Css Color HEX #ADA220 Lucky

📋 copy color: '#ADA220'

red 173 ◦ green 162 ◦ blue 32

#ADA220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #ADA220

Tints of Lucky #ADA220

RGB

 RED value IS 173 (67.97% from 255) = 47.14%

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 47.14%
G = 44.14%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA220 (or 0xADA220) is known color: Lucky. HEX triplet: AD, A2 and 20. RGB value is (173,162,32). Sum of RGB (Red+Green+Blue) = 173+162+32=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA220 is #525DDF. Grayscale: #979797. Windows color (decimal): -5397984 or 2138797. OLE color: 2138797.

HSL color Cylindrical-coordinate representation of color #ADA220: hue angle of 55.32º 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 #ADA220 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 32 -
CMYK 0 0.06 0.82 0.32
HSL 55.32º 0.69% 0.4% -
HSV(B) 55.32º 0.82% 0.68% -
XYZ 30.41 34.83 6.49 -
YUV 150.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 173 162 32 0 0.06 0.82 0.32 55.32 0.69 0.4
Hex AD A2 20 0 6 52 20 37 45 28
Octal 255 242 40 0 6 122 40 67 105 50
Binary 10101101 10100010 100000 0 110 1010010 100000 110111 1000101 101000

Color Harmonies of #ADA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA220

Black with #ADA220

Text Example


Text Example

White with #ADA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA220; }

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

 H1.HeaderClassName
 {
   color: #ADA220;
 }
 .AnyTagClassName
 {
   color: #ADA220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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