Html Css Color HEX #AD916C Mongoose

📋 copy color: '#AD916C'

red 173 ◦ green 145 ◦ blue 108

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

Shades of Mongoose #AD916C

Tints of Mongoose #AD916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 40.61%
G = 34.04%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD916C (or 0xAD916C) is known color: Mongoose. HEX triplet: AD, 91 and 6C. RGB value is (173,145,108). Sum of RGB (Red+Green+Blue) = 173+145+108=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD916C is #526E93. Grayscale: #959595. Windows color (decimal): -5402260 or 7115181. OLE color: 7115181.

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

Color convert

RGB 173 145 108 -
CMYK 0 0.16 0.38 0.32
HSL 34.15º 0.28% 0.55% -
HSV(B) 34.15º 0.38% 0.68% -
XYZ 30.07 30.22 18.44 -
YUV 149.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 173 145 108 0 0.16 0.38 0.32 34.15 0.28 0.55
Hex AD 91 6C 0 10 26 20 22 1C 37
Octal 255 221 154 0 20 46 40 42 34 67
Binary 10101101 10010001 1101100 0 10000 100110 100000 100010 11100 110111

Color Harmonies of #AD916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD916C

Black with #AD916C

Text Example


Text Example

White with #AD916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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