Html Css Color HEX #ADA111 Lucky

📋 copy color: '#ADA111'

red 173 ◦ green 161 ◦ blue 17

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

Shades of Lucky #ADA111

Tints of Lucky #ADA111

RGB

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

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

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

R = 49.29%
G = 45.87%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#ADA111 (or 0xADA111) is known color: Lucky. HEX triplet: AD, A1 and 11. RGB value is (173,161,17). Sum of RGB (Red+Green+Blue) = 173+161+17=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA111 is #525EEE. Grayscale: #949494. Windows color (decimal): -5398255 or 1155501. OLE color: 1155501.

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

Color convert

RGB 173 161 17 -
CMYK 0 0.07 0.90 0.32
HSL 55.38º 0.82% 0.37% -
HSV(B) 55.38º 0.9% 0.68% -
XYZ 30.08 34.41 5.59 -
YUV 148.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 173 161 17 0 0.07 0.90 0.32 55.38 0.82 0.37
Hex AD A1 11 0 7 5A 20 37 52 25
Octal 255 241 21 0 7 132 40 67 122 45
Binary 10101101 10100001 10001 0 111 1011010 100000 110111 1010010 100101

Color Harmonies of #ADA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA111

Black with #ADA111

Text Example


Text Example

White with #ADA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA111; }

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

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

background-color css

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

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

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

border-color css

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

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

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