Html Css Color HEX #ADA020 Lucky

📋 copy color: '#ADA020'

red 173 ◦ green 160 ◦ blue 32

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

Shades of Lucky #ADA020

Tints of Lucky #ADA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

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

R = 47.4%
G = 43.84%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA020 (or 0xADA020) is known color: Lucky. HEX triplet: AD, A0 and 20. RGB value is (173,160,32). Sum of RGB (Red+Green+Blue) = 173+160+32=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA020 is #525FDF. Grayscale: #959595. Windows color (decimal): -5398496 or 2138285. OLE color: 2138285.

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

Color convert

RGB 173 160 32 -
CMYK 0 0.08 0.82 0.32
HSL 54.47º 0.69% 0.4% -
HSV(B) 54.47º 0.82% 0.68% -
XYZ 30.07 34.13 6.37 -
YUV 149.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 173 160 32 0 0.08 0.82 0.32 54.47 0.69 0.4
Hex AD A0 20 0 8 52 20 36 45 28
Octal 255 240 40 0 10 122 40 66 105 50
Binary 10101101 10100000 100000 0 1000 1010010 100000 110110 1000101 101000

Color Harmonies of #ADA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA020

Black with #ADA020

Text Example


Text Example

White with #ADA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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