Html Css Color HEX #ADA515 Lucky

📋 copy color: '#ADA515'

red 173 ◦ green 165 ◦ blue 21

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

Shades of Lucky #ADA515

Tints of Lucky #ADA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

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

R = 48.19%
G = 45.96%
B = 5.85%

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

#ADA515 (or 0xADA515) is known color: Lucky. HEX triplet: AD, A5 and 15. RGB value is (173,165,21). Sum of RGB (Red+Green+Blue) = 173+165+21=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA515 is #525AEA. Grayscale: #979797. Windows color (decimal): -5397227 or 1418669. OLE color: 1418669.

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

Color convert

RGB 173 165 21 -
CMYK 0 0.05 0.88 0.32
HSL 56.84º 0.78% 0.38% -
HSV(B) 56.84º 0.88% 0.68% -
XYZ 30.82 35.85 6 -
YUV 150.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 173 165 21 0 0.05 0.88 0.32 56.84 0.78 0.38
Hex AD A5 15 0 5 58 20 39 4E 26
Octal 255 245 25 0 5 130 40 71 116 46
Binary 10101101 10100101 10101 0 101 1011000 100000 111001 1001110 100110

Color Harmonies of #ADA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA515

Black with #ADA515

Text Example


Text Example

White with #ADA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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