Html Css Color HEX #AD966D Mongoose

📋 copy color: '#AD966D'

red 173 ◦ green 150 ◦ blue 109

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

Shades of Mongoose #AD966D

Tints of Mongoose #AD966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 40.05%
G = 34.72%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD966D (or 0xAD966D) is known color: Mongoose. HEX triplet: AD, 96 and 6D. RGB value is (173,150,109). Sum of RGB (Red+Green+Blue) = 173+150+109=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD966D is #526992. Grayscale: #989898. Windows color (decimal): -5400979 or 7181997. OLE color: 7181997.

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

Color convert

RGB 173 150 109 -
CMYK 0 0.13 0.37 0.32
HSL 38.44º 0.28% 0.55% -
HSV(B) 38.44º 0.37% 0.68% -
XYZ 30.9 31.8 18.98 -
YUV 152.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 173 150 109 0 0.13 0.37 0.32 38.44 0.28 0.55
Hex AD 96 6D 0 D 25 20 26 1C 37
Octal 255 226 155 0 15 45 40 46 34 67
Binary 10101101 10010110 1101101 0 1101 100101 100000 100110 11100 110111

Color Harmonies of #AD966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD966D

Black with #AD966D

Text Example


Text Example

White with #AD966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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