Html Css Color HEX #ADA018 Lucky

📋 copy color: '#ADA018'

red 173 ◦ green 160 ◦ blue 24

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

Shades of Lucky #ADA018

Tints of Lucky #ADA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 24 (9.77% from 255) = 6.72%

R = 48.46%
G = 44.82%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA018 (or 0xADA018) is known color: Lucky. HEX triplet: AD, A0 and 18. RGB value is (173,160,24). Sum of RGB (Red+Green+Blue) = 173+160+24=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA018 is #525FE7. Grayscale: #949494. Windows color (decimal): -5398504 or 1613997. OLE color: 1613997.

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

Color convert

RGB 173 160 24 -
CMYK 0 0.08 0.86 0.32
HSL 54.77º 0.76% 0.39% -
HSV(B) 54.77º 0.86% 0.68% -
XYZ 29.97 34.09 5.86 -
YUV 148.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 173 160 24 0 0.08 0.86 0.32 54.77 0.76 0.39
Hex AD A0 18 0 8 56 20 37 4C 27
Octal 255 240 30 0 10 126 40 67 114 47
Binary 10101101 10100000 11000 0 1000 1010110 100000 110111 1001100 100111

Color Harmonies of #ADA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA018

Black with #ADA018

Text Example


Text Example

White with #ADA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA018; }

 p { color: rgb(173,160,24); }

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

background-color css

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

 a { background-color: rgb(173,160,24); }

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

border-color css

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

 span { border-color: rgb(173,160,24); }

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