Html Css Color HEX #ADA115 Lucky

📋 copy color: '#ADA115'

red 173 ◦ green 161 ◦ blue 21

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

Shades of Lucky #ADA115

Tints of Lucky #ADA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 48.73%
G = 45.35%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADA115 (or 0xADA115) is known color: Lucky. HEX triplet: AD, A1 and 15. RGB value is (173,161,21). Sum of RGB (Red+Green+Blue) = 173+161+21=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA115 is #525EEA. Grayscale: #959595. Windows color (decimal): -5398251 or 1417645. OLE color: 1417645.

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

Color convert

RGB 173 161 21 -
CMYK 0 0.07 0.88 0.32
HSL 55.26º 0.78% 0.38% -
HSV(B) 55.26º 0.88% 0.68% -
XYZ 30.11 34.43 5.77 -
YUV 148.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 173 161 21 0 0.07 0.88 0.32 55.26 0.78 0.38
Hex AD A1 15 0 7 58 20 37 4E 26
Octal 255 241 25 0 7 130 40 67 116 46
Binary 10101101 10100001 10101 0 111 1011000 100000 110111 1001110 100110

Color Harmonies of #ADA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA115

Black with #ADA115

Text Example


Text Example

White with #ADA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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