Html Css Color HEX #ADA001 Lucky

📋 copy color: '#ADA001'

red 173 ◦ green 160 ◦ blue 1

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

Shades of Lucky #ADA001

Tints of Lucky #ADA001

RGB

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

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

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

R = 51.8%
G = 47.9%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA001 (or 0xADA001) is known color: Lucky. HEX triplet: AD, A0 and 01. RGB value is (173,160,1). Sum of RGB (Red+Green+Blue) = 173+160+1=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA001 is #525FFE. Grayscale: #929292. Windows color (decimal): -5398527 or 106669. OLE color: 106669.

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

Color convert

RGB 173 160 1 -
CMYK 0 0.08 0.99 0.32
HSL 55.47º 0.99% 0.34% -
HSV(B) 55.47º 0.99% 0.68% -
XYZ 29.81 34.03 5.03 -
YUV 145.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 173 160 1 0 0.08 0.99 0.32 55.47 0.99 0.34
Hex AD A0 1 0 8 63 20 37 63 22
Octal 255 240 1 0 10 143 40 67 143 42
Binary 10101101 10100000 1 0 1000 1100011 100000 110111 1100011 100010

Color Harmonies of #ADA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA001

Black with #ADA001

Text Example


Text Example

White with #ADA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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