Html Css Color HEX #AD9472 Mongoose

📋 copy color: '#AD9472'

red 173 ◦ green 148 ◦ blue 114

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

Shades of Mongoose #AD9472

Tints of Mongoose #AD9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 39.77%
G = 34.02%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD9472 (or 0xAD9472) is known color: Mongoose. HEX triplet: AD, 94 and 72. RGB value is (173,148,114). Sum of RGB (Red+Green+Blue) = 173+148+114=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9472 is #526B8D. Grayscale: #979797. Windows color (decimal): -5401486 or 7509165. OLE color: 7509165.

HSL color Cylindrical-coordinate representation of color #AD9472: hue angle of 34.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9472 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 114 -
CMYK 0 0.14 0.34 0.32
HSL 34.58º 0.26% 0.56% -
HSV(B) 34.58º 0.34% 0.68% -
XYZ 30.86 31.28 20.33 -
YUV 151.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 173 148 114 0 0.14 0.34 0.32 34.58 0.26 0.56
Hex AD 94 72 0 E 22 20 23 1A 38
Octal 255 224 162 0 16 42 40 43 32 70
Binary 10101101 10010100 1110010 0 1110 100010 100000 100011 11010 111000

Color Harmonies of #AD9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9472

Black with #AD9472

Text Example


Text Example

White with #AD9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9472; }

 p { color: rgb(173,148,114); }

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

background-color css

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

 a { background-color: rgb(173,148,114); }

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

border-color css

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

 span { border-color: rgb(173,148,114); }

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