Html Css Color HEX #AD8C71 Mongoose

📋 copy color: '#AD8C71'

red 173 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #AD8C71

Tints of Mongoose #AD8C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 40.61%
G = 32.86%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD8C71 (or 0xAD8C71) is known color: Mongoose. HEX triplet: AD, 8C and 71. RGB value is (173,140,113). Sum of RGB (Red+Green+Blue) = 173+140+113=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C71 is #52738E. Grayscale: #929292. Windows color (decimal): -5403535 or 7441581. OLE color: 7441581.

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

Color convert

RGB 173 140 113 -
CMYK 0 0.19 0.35 0.32
HSL 27º 0.27% 0.56% -
HSV(B) 27º 0.35% 0.68% -
XYZ 29.59 28.83 19.63 -
YUV 146.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 173 140 113 0 0.19 0.35 0.32 27 0.27 0.56
Hex AD 8C 71 0 13 23 20 1B 1B 38
Octal 255 214 161 0 23 43 40 33 33 70
Binary 10101101 10001100 1110001 0 10011 100011 100000 11011 11011 111000

Color Harmonies of #AD8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C71

Black with #AD8C71

Text Example


Text Example

White with #AD8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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