Html Css Color HEX #ADA615 Lucky

📋 copy color: '#ADA615'

red 173 ◦ green 166 ◦ blue 21

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

Shades of Lucky #ADA615

Tints of Lucky #ADA615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.11%

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

R = 48.06%
G = 46.11%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADA615 (or 0xADA615) is known color: Lucky. HEX triplet: AD, A6 and 15. RGB value is (173,166,21). Sum of RGB (Red+Green+Blue) = 173+166+21=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA615 is #5259EA. Grayscale: #989898. Windows color (decimal): -5396971 or 1418925. OLE color: 1418925.

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

Color convert

RGB 173 166 21 -
CMYK 0 0.04 0.88 0.32
HSL 57.24º 0.78% 0.38% -
HSV(B) 57.24º 0.88% 0.68% -
XYZ 31.01 36.21 6.06 -
YUV 151.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 173 166 21 0 0.04 0.88 0.32 57.24 0.78 0.38
Hex AD A6 15 0 4 58 20 39 4E 26
Octal 255 246 25 0 4 130 40 71 116 46
Binary 10101101 10100110 10101 0 100 1011000 100000 111001 1001110 100110

Color Harmonies of #ADA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA615

Black with #ADA615

Text Example


Text Example

White with #ADA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA615; }

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

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

background-color css

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

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

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

border-color css

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

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

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