Html Css Color HEX #ADA024 Lucky

📋 copy color: '#ADA024'

red 173 ◦ green 160 ◦ blue 36

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

Shades of Lucky #ADA024

Tints of Lucky #ADA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 46.88%
G = 43.36%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#ADA024 (or 0xADA024) is known color: Lucky. HEX triplet: AD, A0 and 24. RGB value is (173,160,36). Sum of RGB (Red+Green+Blue) = 173+160+36=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA024 is #525FDB. Grayscale: #969696. Windows color (decimal): -5398492 or 2400429. OLE color: 2400429.

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

Color convert

RGB 173 160 36 -
CMYK 0 0.08 0.79 0.32
HSL 54.31º 0.66% 0.41% -
HSV(B) 54.31º 0.79% 0.68% -
XYZ 30.12 34.15 6.67 -
YUV 149.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 173 160 36 0 0.08 0.79 0.32 54.31 0.66 0.41
Hex AD A0 24 0 8 4F 20 36 42 29
Octal 255 240 44 0 10 117 40 66 102 51
Binary 10101101 10100000 100100 0 1000 1001111 100000 110110 1000010 101001

Color Harmonies of #ADA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA024

Black with #ADA024

Text Example


Text Example

White with #ADA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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