Html Css Color HEX #ADA11C Lucky

📋 copy color: '#ADA11C'

red 173 ◦ green 161 ◦ blue 28

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

Shades of Lucky #ADA11C

Tints of Lucky #ADA11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 47.79%
G = 44.48%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA11C (or 0xADA11C) is known color: Lucky. HEX triplet: AD, A1 and 1C. RGB value is (173,161,28). Sum of RGB (Red+Green+Blue) = 173+161+28=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA11C is #525EE3. Grayscale: #959595. Windows color (decimal): -5398244 or 1876397. OLE color: 1876397.

HSL color Cylindrical-coordinate representation of color #ADA11C: hue angle of 55.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA11C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 28 -
CMYK 0 0.07 0.84 0.32
HSL 55.03º 0.72% 0.39% -
HSV(B) 55.03º 0.84% 0.68% -
XYZ 30.19 34.46 6.16 -
YUV 149.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 173 161 28 0 0.07 0.84 0.32 55.03 0.72 0.39
Hex AD A1 1C 0 7 54 20 37 48 27
Octal 255 241 34 0 7 124 40 67 110 47
Binary 10101101 10100001 11100 0 111 1010100 100000 110111 1001000 100111

Color Harmonies of #ADA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA11C

Black with #ADA11C

Text Example


Text Example

White with #ADA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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