Html Css Color HEX #AD8C6F Mongoose

📋 copy color: '#AD8C6F'

red 173 ◦ green 140 ◦ blue 111

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

Shades of Mongoose #AD8C6F

Tints of Mongoose #AD8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 40.8%
G = 33.02%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD8C6F (or 0xAD8C6F) is known color: Mongoose. HEX triplet: AD, 8C and 6F. RGB value is (173,140,111). Sum of RGB (Red+Green+Blue) = 173+140+111=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C6F is #527390. Grayscale: #929292. Windows color (decimal): -5403537 or 7310509. OLE color: 7310509.

HSL color Cylindrical-coordinate representation of color #AD8C6F: hue angle of 28.06º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8C6F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 111 -
CMYK 0 0.19 0.36 0.32
HSL 28.06º 0.27% 0.56% -
HSV(B) 28.06º 0.36% 0.68% -
XYZ 29.48 28.79 19.04 -
YUV 146.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 173 140 111 0 0.19 0.36 0.32 28.06 0.27 0.56
Hex AD 8C 6F 0 13 24 20 1C 1B 38
Octal 255 214 157 0 23 44 40 34 33 70
Binary 10101101 10001100 1101111 0 10011 100100 100000 11100 11011 111000

Color Harmonies of #AD8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C6F

Black with #AD8C6F

Text Example


Text Example

White with #AD8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C6F; }

 p { color: rgb(173,140,111); }

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

background-color css

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

 a { background-color: rgb(173,140,111); }

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

border-color css

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

 span { border-color: rgb(173,140,111); }

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