Html Css Color HEX #AD966E Mongoose

📋 copy color: '#AD966E'

red 173 ◦ green 150 ◦ blue 110

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

Shades of Mongoose #AD966E

Tints of Mongoose #AD966E

RGB

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

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

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

R = 39.95%
G = 34.64%
B = 25.4%

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

#AD966E (or 0xAD966E) is known color: Mongoose. HEX triplet: AD, 96 and 6E. RGB value is (173,150,110). Sum of RGB (Red+Green+Blue) = 173+150+110=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD966E is #526991. Grayscale: #989898. Windows color (decimal): -5400978 or 7247533. OLE color: 7247533.

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

Color convert

RGB 173 150 110 -
CMYK 0 0.13 0.36 0.32
HSL 38.1º 0.28% 0.55% -
HSV(B) 38.1º 0.36% 0.68% -
XYZ 30.95 31.82 19.26 -
YUV 152.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 173 150 110 0 0.13 0.36 0.32 38.1 0.28 0.55
Hex AD 96 6E 0 D 24 20 26 1C 37
Octal 255 226 156 0 15 44 40 46 34 67
Binary 10101101 10010110 1101110 0 1101 100100 100000 100110 11100 110111

Color Harmonies of #AD966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD966E

Black with #AD966E

Text Example


Text Example

White with #AD966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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