Html Css Color HEX #AD966C Mongoose

📋 copy color: '#AD966C'

red 173 ◦ green 150 ◦ blue 108

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

Shades of Mongoose #AD966C

Tints of Mongoose #AD966C

RGB

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

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

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

R = 40.14%
G = 34.8%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD966C (or 0xAD966C) is known color: Mongoose. HEX triplet: AD, 96 and 6C. RGB value is (173,150,108). Sum of RGB (Red+Green+Blue) = 173+150+108=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD966C is #526993. Grayscale: #989898. Windows color (decimal): -5400980 or 7116461. OLE color: 7116461.

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

Color convert

RGB 173 150 108 -
CMYK 0 0.13 0.38 0.32
HSL 38.77º 0.28% 0.55% -
HSV(B) 38.77º 0.38% 0.68% -
XYZ 30.85 31.78 18.7 -
YUV 152.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 173 150 108 0 0.13 0.38 0.32 38.77 0.28 0.55
Hex AD 96 6C 0 D 26 20 27 1C 37
Octal 255 226 154 0 15 46 40 47 34 67
Binary 10101101 10010110 1101100 0 1101 100110 100000 100111 11100 110111

Color Harmonies of #AD966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD966C

Black with #AD966C

Text Example


Text Example

White with #AD966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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