Html Css Color HEX #AD9370 Mongoose

📋 copy color: '#AD9370'

red 173 ◦ green 147 ◦ blue 112

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

Shades of Mongoose #AD9370

Tints of Mongoose #AD9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 40.05%
G = 34.03%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9370 (or 0xAD9370) is known color: Mongoose. HEX triplet: AD, 93 and 70. RGB value is (173,147,112). Sum of RGB (Red+Green+Blue) = 173+147+112=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9370 is #526C8F. Grayscale: #969696. Windows color (decimal): -5401744 or 7377837. OLE color: 7377837.

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

Color convert

RGB 173 147 112 -
CMYK 0 0.15 0.35 0.32
HSL 34.43º 0.27% 0.56% -
HSV(B) 34.43º 0.35% 0.68% -
XYZ 30.59 30.92 19.69 -
YUV 150.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 173 147 112 0 0.15 0.35 0.32 34.43 0.27 0.56
Hex AD 93 70 0 F 23 20 22 1B 38
Octal 255 223 160 0 17 43 40 42 33 70
Binary 10101101 10010011 1110000 0 1111 100011 100000 100010 11011 111000

Color Harmonies of #AD9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9370

Black with #AD9370

Text Example


Text Example

White with #AD9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9370; }

 p { color: rgb(173,147,112); }

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

background-color css

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

 a { background-color: rgb(173,147,112); }

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

border-color css

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

 span { border-color: rgb(173,147,112); }

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