Html Css Color HEX #ADA406 Lucky

📋 copy color: '#ADA406'

red 173 ◦ green 164 ◦ blue 6

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

Shades of Lucky #ADA406

Tints of Lucky #ADA406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 50.44%
G = 47.81%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADA406 (or 0xADA406) is known color: Lucky. HEX triplet: AD, A4 and 06. RGB value is (173,164,6). Sum of RGB (Red+Green+Blue) = 173+164+6=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA406 is #525BF9. Grayscale: #959595. Windows color (decimal): -5397498 or 435373. OLE color: 435373.

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

Color convert

RGB 173 164 6 -
CMYK 0 0.05 0.97 0.32
HSL 56.77º 0.93% 0.35% -
HSV(B) 56.77º 0.97% 0.68% -
XYZ 30.54 35.45 5.4 -
YUV 148.68 47.48 145.35 -
System Red Green Blue C M Y K H S L
Decimal 173 164 6 0 0.05 0.97 0.32 56.77 0.93 0.35
Hex AD A4 6 0 5 61 20 39 5D 23
Octal 255 244 6 0 5 141 40 71 135 43
Binary 10101101 10100100 110 0 101 1100001 100000 111001 1011101 100011

Color Harmonies of #ADA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA406

Black with #ADA406

Text Example


Text Example

White with #ADA406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA406; }

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

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

background-color css

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

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

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

border-color css

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

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

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