Html Css Color HEX #ADA211 Lucky

📋 copy color: '#ADA211'

red 173 ◦ green 162 ◦ blue 17

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

Shades of Lucky #ADA211

Tints of Lucky #ADA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 49.15%
G = 46.02%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#ADA211 (or 0xADA211) is known color: Lucky. HEX triplet: AD, A2 and 11. RGB value is (173,162,17). Sum of RGB (Red+Green+Blue) = 173+162+17=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA211 is #525DEE. Grayscale: #959595. Windows color (decimal): -5397999 or 1155757. OLE color: 1155757.

HSL color Cylindrical-coordinate representation of color #ADA211: hue angle of 55.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADA211 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 17 -
CMYK 0 0.06 0.90 0.32
HSL 55.77º 0.82% 0.37% -
HSV(B) 55.77º 0.9% 0.68% -
XYZ 30.26 34.77 5.65 -
YUV 148.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 173 162 17 0 0.06 0.90 0.32 55.77 0.82 0.37
Hex AD A2 11 0 6 5A 20 38 52 25
Octal 255 242 21 0 6 132 40 70 122 45
Binary 10101101 10100010 10001 0 110 1011010 100000 111000 1010010 100101

Color Harmonies of #ADA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA211

Black with #ADA211

Text Example


Text Example

White with #ADA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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