Html Css Color HEX #AD9E08 Lucky

📋 copy color: '#AD9E08'

red 173 ◦ green 158 ◦ blue 8

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

Shades of Lucky #AD9E08

Tints of Lucky #AD9E08

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.61%

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 51.03%
G = 46.61%
B = 2.36%

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

#AD9E08 (or 0xAD9E08) is known color: Lucky. HEX triplet: AD, 9E and 08. RGB value is (173,158,8). Sum of RGB (Red+Green+Blue) = 173+158+8=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E08 is #5261F7. Grayscale: #929292. Windows color (decimal): -5399032 or 564909. OLE color: 564909.

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

Color convert

RGB 173 158 8 -
CMYK 0 0.09 0.95 0.32
HSL 54.55º 0.91% 0.35% -
HSV(B) 54.55º 0.95% 0.68% -
XYZ 29.5 33.36 5.11 -
YUV 145.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 173 158 8 0 0.09 0.95 0.32 54.55 0.91 0.35
Hex AD 9E 8 0 9 5F 20 37 5B 23
Octal 255 236 10 0 11 137 40 67 133 43
Binary 10101101 10011110 1000 0 1001 1011111 100000 110111 1011011 100011

Color Harmonies of #AD9E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E08

Black with #AD9E08

Text Example


Text Example

White with #AD9E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E08; }

 p { color: rgb(173,158,8); }

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

background-color css

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

 a { background-color: rgb(173,158,8); }

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

border-color css

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

 span { border-color: rgb(173,158,8); }

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