Html Css Color HEX #ADA415 Lucky

📋 copy color: '#ADA415'

red 173 ◦ green 164 ◦ blue 21

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

Shades of Lucky #ADA415

Tints of Lucky #ADA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.81%

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

R = 48.32%
G = 45.81%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADA415 (or 0xADA415) is known color: Lucky. HEX triplet: AD, A4 and 15. RGB value is (173,164,21). Sum of RGB (Red+Green+Blue) = 173+164+21=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA415 is #525BEA. Grayscale: #969696. Windows color (decimal): -5397483 or 1418413. OLE color: 1418413.

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

Color convert

RGB 173 164 21 -
CMYK 0 0.05 0.88 0.32
HSL 56.45º 0.78% 0.38% -
HSV(B) 56.45º 0.88% 0.68% -
XYZ 30.64 35.49 5.94 -
YUV 150.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 173 164 21 0 0.05 0.88 0.32 56.45 0.78 0.38
Hex AD A4 15 0 5 58 20 38 4E 26
Octal 255 244 25 0 5 130 40 70 116 46
Binary 10101101 10100100 10101 0 101 1011000 100000 111000 1001110 100110

Color Harmonies of #ADA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA415

Black with #ADA415

Text Example


Text Example

White with #ADA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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