Html Css Color HEX #AD956C Mongoose

📋 copy color: '#AD956C'

red 173 ◦ green 149 ◦ blue 108

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

Shades of Mongoose #AD956C

Tints of Mongoose #AD956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 40.23%
G = 34.65%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD956C (or 0xAD956C) is known color: Mongoose. HEX triplet: AD, 95 and 6C. RGB value is (173,149,108). Sum of RGB (Red+Green+Blue) = 173+149+108=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956C is #526A93. Grayscale: #979797. Windows color (decimal): -5401236 or 7116205. OLE color: 7116205.

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

Color convert

RGB 173 149 108 -
CMYK 0 0.14 0.38 0.32
HSL 37.85º 0.28% 0.55% -
HSV(B) 37.85º 0.38% 0.68% -
XYZ 30.69 31.46 18.64 -
YUV 151.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 173 149 108 0 0.14 0.38 0.32 37.85 0.28 0.55
Hex AD 95 6C 0 E 26 20 26 1C 37
Octal 255 225 154 0 16 46 40 46 34 67
Binary 10101101 10010101 1101100 0 1110 100110 100000 100110 11100 110111

Color Harmonies of #AD956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD956C

Black with #AD956C

Text Example


Text Example

White with #AD956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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