Html Css Color HEX #ADA401 Lucky

📋 copy color: '#ADA401'

red 173 ◦ green 164 ◦ blue 1

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

Shades of Lucky #ADA401

Tints of Lucky #ADA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.18%
G = 48.52%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA401 (or 0xADA401) is known color: Lucky. HEX triplet: AD, A4 and 01. RGB value is (173,164,1). Sum of RGB (Red+Green+Blue) = 173+164+1=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA401 is #525BFE. Grayscale: #949494. Windows color (decimal): -5397503 or 107693. OLE color: 107693.

HSL color Cylindrical-coordinate representation of color #ADA401: hue angle of 56.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA401 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 1 -
CMYK 0 0.05 0.99 0.32
HSL 56.86º 0.99% 0.34% -
HSV(B) 56.86º 0.99% 0.68% -
XYZ 30.51 35.44 5.26 -
YUV 148.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 173 164 1 0 0.05 0.99 0.32 56.86 0.99 0.34
Hex AD A4 1 0 5 63 20 39 63 22
Octal 255 244 1 0 5 143 40 71 143 42
Binary 10101101 10100100 1 0 101 1100011 100000 111001 1100011 100010

Color Harmonies of #ADA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA401

Black with #ADA401

Text Example


Text Example

White with #ADA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA401; }

 p { color: rgb(173,164,1); }

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

background-color css

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

 a { background-color: rgb(173,164,1); }

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

border-color css

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

 span { border-color: rgb(173,164,1); }

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