Html Css Color HEX #ADA01F Lucky

📋 copy color: '#ADA01F'

red 173 ◦ green 160 ◦ blue 31

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

Shades of Lucky #ADA01F

Tints of Lucky #ADA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 47.53%
G = 43.96%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADA01F (or 0xADA01F) is known color: Lucky. HEX triplet: AD, A0 and 1F. RGB value is (173,160,31). Sum of RGB (Red+Green+Blue) = 173+160+31=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA01F is #525FE0. Grayscale: #959595. Windows color (decimal): -5398497 or 2072749. OLE color: 2072749.

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

Color convert

RGB 173 160 31 -
CMYK 0 0.08 0.82 0.32
HSL 54.51º 0.7% 0.4% -
HSV(B) 54.51º 0.82% 0.68% -
XYZ 30.05 34.12 6.3 -
YUV 149.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 173 160 31 0 0.08 0.82 0.32 54.51 0.7 0.4
Hex AD A0 1F 0 8 52 20 37 46 28
Octal 255 240 37 0 10 122 40 67 106 50
Binary 10101101 10100000 11111 0 1000 1010010 100000 110111 1000110 101000

Color Harmonies of #ADA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA01F

Black with #ADA01F

Text Example


Text Example

White with #ADA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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