Html Css Color HEX #AD956E Mongoose

📋 copy color: '#AD956E'

red 173 ◦ green 149 ◦ blue 110

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

Shades of Mongoose #AD956E

Tints of Mongoose #AD956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 40.05%
G = 34.49%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD956E (or 0xAD956E) is known color: Mongoose. HEX triplet: AD, 95 and 6E. RGB value is (173,149,110). Sum of RGB (Red+Green+Blue) = 173+149+110=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956E is #526A91. Grayscale: #979797. Windows color (decimal): -5401234 or 7247277. OLE color: 7247277.

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

Color convert

RGB 173 149 110 -
CMYK 0 0.14 0.36 0.32
HSL 37.14º 0.28% 0.55% -
HSV(B) 37.14º 0.36% 0.68% -
XYZ 30.8 31.5 19.21 -
YUV 151.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 173 149 110 0 0.14 0.36 0.32 37.14 0.28 0.55
Hex AD 95 6E 0 E 24 20 25 1C 37
Octal 255 225 156 0 16 44 40 45 34 67
Binary 10101101 10010101 1101110 0 1110 100100 100000 100101 11100 110111

Color Harmonies of #AD956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD956E

Black with #AD956E

Text Example


Text Example

White with #AD956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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