Html Css Color HEX #AD9072 Mongoose

📋 copy color: '#AD9072'

red 173 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #AD9072

Tints of Mongoose #AD9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 40.14%
G = 33.41%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD9072 (or 0xAD9072) is known color: Mongoose. HEX triplet: AD, 90 and 72. RGB value is (173,144,114). Sum of RGB (Red+Green+Blue) = 173+144+114=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9072 is #526F8D. Grayscale: #959595. Windows color (decimal): -5402510 or 7508141. OLE color: 7508141.

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

Color convert

RGB 173 144 114 -
CMYK 0 0.17 0.34 0.32
HSL 30.51º 0.26% 0.56% -
HSV(B) 30.51º 0.34% 0.68% -
XYZ 30.24 30.05 20.12 -
YUV 149.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 173 144 114 0 0.17 0.34 0.32 30.51 0.26 0.56
Hex AD 90 72 0 11 22 20 1F 1A 38
Octal 255 220 162 0 21 42 40 37 32 70
Binary 10101101 10010000 1110010 0 10001 100010 100000 11111 11010 111000

Color Harmonies of #AD9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9072

Black with #AD9072

Text Example


Text Example

White with #AD9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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