Html Css Color HEX #ADA409 Lucky

📋 copy color: '#ADA409'

red 173 ◦ green 164 ◦ blue 9

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

Shades of Lucky #ADA409

Tints of Lucky #ADA409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.6%

R = 50%
G = 47.4%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADA409 (or 0xADA409) is known color: Lucky. HEX triplet: AD, A4 and 09. RGB value is (173,164,9). Sum of RGB (Red+Green+Blue) = 173+164+9=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA409 is #525BF6. Grayscale: #959595. Windows color (decimal): -5397495 or 631981. OLE color: 631981.

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

Color convert

RGB 173 164 9 -
CMYK 0 0.05 0.95 0.32
HSL 56.71º 0.9% 0.36% -
HSV(B) 56.71º 0.95% 0.68% -
XYZ 30.56 35.45 5.49 -
YUV 149.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 173 164 9 0 0.05 0.95 0.32 56.71 0.9 0.36
Hex AD A4 9 0 5 5F 20 39 5A 24
Octal 255 244 11 0 5 137 40 71 132 44
Binary 10101101 10100100 1001 0 101 1011111 100000 111001 1011010 100100

Color Harmonies of #ADA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA409

Black with #ADA409

Text Example


Text Example

White with #ADA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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