Html Css Color HEX #ADA218 Lucky

📋 copy color: '#ADA218'

red 173 ◦ green 162 ◦ blue 24

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

Shades of Lucky #ADA218

Tints of Lucky #ADA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.13%

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

R = 48.19%
G = 45.13%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA218 (or 0xADA218) is known color: Lucky. HEX triplet: AD, A2 and 18. RGB value is (173,162,24). Sum of RGB (Red+Green+Blue) = 173+162+24=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA218 is #525DE7. Grayscale: #969696. Windows color (decimal): -5397992 or 1614509. OLE color: 1614509.

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

Color convert

RGB 173 162 24 -
CMYK 0 0.06 0.86 0.32
HSL 55.57º 0.76% 0.39% -
HSV(B) 55.57º 0.86% 0.68% -
XYZ 30.32 34.79 5.98 -
YUV 149.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 173 162 24 0 0.06 0.86 0.32 55.57 0.76 0.39
Hex AD A2 18 0 6 56 20 38 4C 27
Octal 255 242 30 0 6 126 40 70 114 47
Binary 10101101 10100010 11000 0 110 1010110 100000 111000 1001100 100111

Color Harmonies of #ADA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA218

Black with #ADA218

Text Example


Text Example

White with #ADA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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