Html Css Color HEX #AD8C6C Mongoose

📋 copy color: '#AD8C6C'

red 173 ◦ green 140 ◦ blue 108

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

Shades of Mongoose #AD8C6C

Tints of Mongoose #AD8C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 41.09%
G = 33.25%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD8C6C (or 0xAD8C6C) is known color: Mongoose. HEX triplet: AD, 8C and 6C. RGB value is (173,140,108). Sum of RGB (Red+Green+Blue) = 173+140+108=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C6C is #527393. Grayscale: #929292. Windows color (decimal): -5403540 or 7113901. OLE color: 7113901.

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

Color convert

RGB 173 140 108 -
CMYK 0 0.19 0.38 0.32
HSL 29.54º 0.28% 0.55% -
HSV(B) 29.54º 0.38% 0.68% -
XYZ 29.32 28.72 18.19 -
YUV 146.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 173 140 108 0 0.19 0.38 0.32 29.54 0.28 0.55
Hex AD 8C 6C 0 13 26 20 1E 1C 37
Octal 255 214 154 0 23 46 40 36 34 67
Binary 10101101 10001100 1101100 0 10011 100110 100000 11110 11100 110111

Color Harmonies of #AD8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C6C

Black with #AD8C6C

Text Example


Text Example

White with #AD8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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