Html Css Color HEX #AD9911 Lucky

📋 copy color: '#AD9911'

red 173 ◦ green 153 ◦ blue 17

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

Shades of Lucky #AD9911

Tints of Lucky #AD9911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 50.44%
G = 44.61%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9911 (or 0xAD9911) is known color: Lucky. HEX triplet: AD, 99 and 11. RGB value is (173,153,17). Sum of RGB (Red+Green+Blue) = 173+153+17=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9911 is #5266EE. Grayscale: #909090. Windows color (decimal): -5400303 or 1153453. OLE color: 1153453.

HSL color Cylindrical-coordinate representation of color #AD9911: hue angle of 52.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD9911 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 17 -
CMYK 0 0.12 0.90 0.32
HSL 52.31º 0.82% 0.37% -
HSV(B) 52.31º 0.9% 0.68% -
XYZ 28.73 31.71 5.14 -
YUV 143.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 173 153 17 0 0.12 0.90 0.32 52.31 0.82 0.37
Hex AD 99 11 0 C 5A 20 34 52 25
Octal 255 231 21 0 14 132 40 64 122 45
Binary 10101101 10011001 10001 0 1100 1011010 100000 110100 1010010 100101

Color Harmonies of #AD9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9911

Black with #AD9911

Text Example


Text Example

White with #AD9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9911; }

 p { color: rgb(173,153,17); }

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

background-color css

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

 a { background-color: rgb(173,153,17); }

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

border-color css

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

 span { border-color: rgb(173,153,17); }

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