Html Css Color HEX #ADA420 Lucky

📋 copy color: '#ADA420'

red 173 ◦ green 164 ◦ blue 32

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

Shades of Lucky #ADA420

Tints of Lucky #ADA420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

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

R = 46.88%
G = 44.44%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA420 (or 0xADA420) is known color: Lucky. HEX triplet: AD, A4 and 20. RGB value is (173,164,32). Sum of RGB (Red+Green+Blue) = 173+164+32=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA420 is #525BDF. Grayscale: #989898. Windows color (decimal): -5397472 or 2139309. OLE color: 2139309.

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

Color convert

RGB 173 164 32 -
CMYK 0 0.05 0.82 0.32
HSL 56.17º 0.69% 0.4% -
HSV(B) 56.17º 0.82% 0.68% -
XYZ 30.77 35.54 6.6 -
YUV 151.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 173 164 32 0 0.05 0.82 0.32 56.17 0.69 0.4
Hex AD A4 20 0 5 52 20 38 45 28
Octal 255 244 40 0 5 122 40 70 105 50
Binary 10101101 10100100 100000 0 101 1010010 100000 111000 1000101 101000

Color Harmonies of #ADA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA420

Black with #ADA420

Text Example


Text Example

White with #ADA420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA420; }

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

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

background-color css

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

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

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

border-color css

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

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

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