Html Css Color HEX #AD956F Mongoose

📋 copy color: '#AD956F'

red 173 ◦ green 149 ◦ blue 111

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

Shades of Mongoose #AD956F

Tints of Mongoose #AD956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 39.95%
G = 34.41%
B = 25.64%

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

#AD956F (or 0xAD956F) is known color: Mongoose. HEX triplet: AD, 95 and 6F. RGB value is (173,149,111). Sum of RGB (Red+Green+Blue) = 173+149+111=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD956F is #526A90. Grayscale: #989898. Windows color (decimal): -5401233 or 7312813. OLE color: 7312813.

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

Color convert

RGB 173 149 111 -
CMYK 0 0.14 0.36 0.32
HSL 36.77º 0.27% 0.56% -
HSV(B) 36.77º 0.36% 0.68% -
XYZ 30.85 31.53 19.5 -
YUV 151.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 173 149 111 0 0.14 0.36 0.32 36.77 0.27 0.56
Hex AD 95 6F 0 E 24 20 25 1B 38
Octal 255 225 157 0 16 44 40 45 33 70
Binary 10101101 10010101 1101111 0 1110 100100 100000 100101 11011 111000

Color Harmonies of #AD956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD956F

Black with #AD956F

Text Example


Text Example

White with #AD956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD956F; }

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

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

background-color css

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

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

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

border-color css

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

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

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