Html Css Color HEX #AD9211 Lucky

📋 copy color: '#AD9211'

red 173 ◦ green 146 ◦ blue 17

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

Shades of Lucky #AD9211

Tints of Lucky #AD9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

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

R = 51.49%
G = 43.45%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD9211 (or 0xAD9211) is known color: Lucky. HEX triplet: AD, 92 and 11. RGB value is (173,146,17). Sum of RGB (Red+Green+Blue) = 173+146+17=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9211 is #526DEE. Grayscale: #8B8B8B. Windows color (decimal): -5402095 or 1151661. OLE color: 1151661.

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

Color convert

RGB 173 146 17 -
CMYK 0 0.16 0.90 0.32
HSL 49.62º 0.82% 0.37% -
HSV(B) 49.62º 0.9% 0.68% -
XYZ 27.61 29.48 4.77 -
YUV 139.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 173 146 17 0 0.16 0.90 0.32 49.62 0.82 0.37
Hex AD 92 11 0 10 5A 20 32 52 25
Octal 255 222 21 0 20 132 40 62 122 45
Binary 10101101 10010010 10001 0 10000 1011010 100000 110010 1010010 100101

Color Harmonies of #AD9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9211

Black with #AD9211

Text Example


Text Example

White with #AD9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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