Html Css Color HEX #AD966F Mongoose

📋 copy color: '#AD966F'

red 173 ◦ green 150 ◦ blue 111

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

Shades of Mongoose #AD966F

Tints of Mongoose #AD966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

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

R = 39.86%
G = 34.56%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD966F (or 0xAD966F) is known color: Mongoose. HEX triplet: AD, 96 and 6F. RGB value is (173,150,111). Sum of RGB (Red+Green+Blue) = 173+150+111=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD966F is #526990. Grayscale: #989898. Windows color (decimal): -5400977 or 7313069. OLE color: 7313069.

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

Color convert

RGB 173 150 111 -
CMYK 0 0.13 0.36 0.32
HSL 37.74º 0.27% 0.56% -
HSV(B) 37.74º 0.36% 0.68% -
XYZ 31.01 31.84 19.55 -
YUV 152.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 173 150 111 0 0.13 0.36 0.32 37.74 0.27 0.56
Hex AD 96 6F 0 D 24 20 26 1B 38
Octal 255 226 157 0 15 44 40 46 33 70
Binary 10101101 10010110 1101111 0 1101 100100 100000 100110 11011 111000

Color Harmonies of #AD966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD966F

Black with #AD966F

Text Example


Text Example

White with #AD966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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