Html Css Color HEX #AD916D Mongoose

📋 copy color: '#AD916D'

red 173 ◦ green 145 ◦ blue 109

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

Shades of Mongoose #AD916D

Tints of Mongoose #AD916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

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

R = 40.52%
G = 33.96%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD916D (or 0xAD916D) is known color: Mongoose. HEX triplet: AD, 91 and 6D. RGB value is (173,145,109). Sum of RGB (Red+Green+Blue) = 173+145+109=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD916D is #526E92. Grayscale: #959595. Windows color (decimal): -5402259 or 7180717. OLE color: 7180717.

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

Color convert

RGB 173 145 109 -
CMYK 0 0.16 0.37 0.32
HSL 33.75º 0.28% 0.55% -
HSV(B) 33.75º 0.37% 0.68% -
XYZ 30.12 30.24 18.72 -
YUV 149.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 173 145 109 0 0.16 0.37 0.32 33.75 0.28 0.55
Hex AD 91 6D 0 10 25 20 22 1C 37
Octal 255 221 155 0 20 45 40 42 34 67
Binary 10101101 10010001 1101101 0 10000 100101 100000 100010 11100 110111

Color Harmonies of #AD916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD916D

Black with #AD916D

Text Example


Text Example

White with #AD916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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