Html Css Color HEX #AD9D09 Lucky

📋 copy color: '#AD9D09'

red 173 ◦ green 157 ◦ blue 9

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

Shades of Lucky #AD9D09

Tints of Lucky #AD9D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 51.03%
G = 46.31%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD9D09 (or 0xAD9D09) is known color: Lucky. HEX triplet: AD, 9D and 09. RGB value is (173,157,9). Sum of RGB (Red+Green+Blue) = 173+157+9=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D09 is #5262F6. Grayscale: #919191. Windows color (decimal): -5399287 or 630189. OLE color: 630189.

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

Color convert

RGB 173 157 9 -
CMYK 0 0.09 0.95 0.32
HSL 54.15º 0.9% 0.36% -
HSV(B) 54.15º 0.95% 0.68% -
XYZ 29.34 33.02 5.09 -
YUV 144.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 173 157 9 0 0.09 0.95 0.32 54.15 0.9 0.36
Hex AD 9D 9 0 9 5F 20 36 5A 24
Octal 255 235 11 0 11 137 40 66 132 44
Binary 10101101 10011101 1001 0 1001 1011111 100000 110110 1011010 100100

Color Harmonies of #AD9D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D09

Black with #AD9D09

Text Example


Text Example

White with #AD9D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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