Html Css Color HEX #AD9408 Lucky

📋 copy color: '#AD9408'

red 173 ◦ green 148 ◦ blue 8

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

Shades of Lucky #AD9408

Tints of Lucky #AD9408

RGB

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

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

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

R = 52.58%
G = 44.98%
B = 2.43%

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

#AD9408 (or 0xAD9408) is known color: Lucky. HEX triplet: AD, 94 and 08. RGB value is (173,148,8). Sum of RGB (Red+Green+Blue) = 173+148+8=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9408 is #526BF7. Grayscale: #8C8C8C. Windows color (decimal): -5401592 or 562349. OLE color: 562349.

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

Color convert

RGB 173 148 8 -
CMYK 0 0.14 0.95 0.32
HSL 50.91º 0.91% 0.35% -
HSV(B) 50.91º 0.95% 0.68% -
XYZ 27.87 30.08 4.57 -
YUV 139.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 173 148 8 0 0.14 0.95 0.32 50.91 0.91 0.35
Hex AD 94 8 0 E 5F 20 33 5B 23
Octal 255 224 10 0 16 137 40 63 133 43
Binary 10101101 10010100 1000 0 1110 1011111 100000 110011 1011011 100011

Color Harmonies of #AD9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9408

Black with #AD9408

Text Example


Text Example

White with #AD9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9408; }

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

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

background-color css

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

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

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

border-color css

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

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

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