Html Css Color HEX #AD9409 Lucky

📋 copy color: '#AD9409'

red 173 ◦ green 148 ◦ blue 9

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

Shades of Lucky #AD9409

Tints of Lucky #AD9409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 52.42%
G = 44.85%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD9409 (or 0xAD9409) is known color: Lucky. HEX triplet: AD, 94 and 09. RGB value is (173,148,9). Sum of RGB (Red+Green+Blue) = 173+148+9=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9409 is #526BF6. Grayscale: #8C8C8C. Windows color (decimal): -5401591 or 627885. OLE color: 627885.

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

Color convert

RGB 173 148 9 -
CMYK 0 0.14 0.95 0.32
HSL 50.85º 0.9% 0.36% -
HSV(B) 50.85º 0.95% 0.68% -
XYZ 27.87 30.08 4.6 -
YUV 139.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 173 148 9 0 0.14 0.95 0.32 50.85 0.9 0.36
Hex AD 94 9 0 E 5F 20 33 5A 24
Octal 255 224 11 0 16 137 40 63 132 44
Binary 10101101 10010100 1001 0 1110 1011111 100000 110011 1011010 100100

Color Harmonies of #AD9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9409

Black with #AD9409

Text Example


Text Example

White with #AD9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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