Html Css Color HEX #ADA120 Lucky

📋 copy color: '#ADA120'

red 173 ◦ green 161 ◦ blue 32

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

Shades of Lucky #ADA120

Tints of Lucky #ADA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

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

R = 47.27%
G = 43.99%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA120 (or 0xADA120) is known color: Lucky. HEX triplet: AD, A1 and 20. RGB value is (173,161,32). Sum of RGB (Red+Green+Blue) = 173+161+32=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA120 is #525EDF. Grayscale: #969696. Windows color (decimal): -5398240 or 2138541. OLE color: 2138541.

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

Color convert

RGB 173 161 32 -
CMYK 0 0.07 0.82 0.32
HSL 54.89º 0.69% 0.4% -
HSV(B) 54.89º 0.82% 0.68% -
XYZ 30.24 34.48 6.43 -
YUV 149.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 173 161 32 0 0.07 0.82 0.32 54.89 0.69 0.4
Hex AD A1 20 0 7 52 20 37 45 28
Octal 255 241 40 0 7 122 40 67 105 50
Binary 10101101 10100001 100000 0 111 1010010 100000 110111 1000101 101000

Color Harmonies of #ADA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA120

Black with #ADA120

Text Example


Text Example

White with #ADA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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