Html Css Color HEX #ADA403 Lucky

📋 copy color: '#ADA403'

red 173 ◦ green 164 ◦ blue 3

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

Shades of Lucky #ADA403

Tints of Lucky #ADA403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 50.88%
G = 48.24%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA403 (or 0xADA403) is known color: Lucky. HEX triplet: AD, A4 and 03. RGB value is (173,164,3). Sum of RGB (Red+Green+Blue) = 173+164+3=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA403 is #525BFC. Grayscale: #949494. Windows color (decimal): -5397501 or 238765. OLE color: 238765.

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

Color convert

RGB 173 164 3 -
CMYK 0 0.05 0.98 0.32
HSL 56.82º 0.97% 0.35% -
HSV(B) 56.82º 0.98% 0.68% -
XYZ 30.53 35.44 5.32 -
YUV 148.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 173 164 3 0 0.05 0.98 0.32 56.82 0.97 0.35
Hex AD A4 3 0 5 62 20 39 61 23
Octal 255 244 3 0 5 142 40 71 141 43
Binary 10101101 10100100 11 0 101 1100010 100000 111001 1100001 100011

Color Harmonies of #ADA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA403

Black with #ADA403

Text Example


Text Example

White with #ADA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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