Html Css Color HEX #AD9070 Mongoose

📋 copy color: '#AD9070'

red 173 ◦ green 144 ◦ blue 112

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

Shades of Mongoose #AD9070

Tints of Mongoose #AD9070

RGB

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

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

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

R = 40.33%
G = 33.57%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9070 (or 0xAD9070) is known color: Mongoose. HEX triplet: AD, 90 and 70. RGB value is (173,144,112). Sum of RGB (Red+Green+Blue) = 173+144+112=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9070 is #526F8F. Grayscale: #959595. Windows color (decimal): -5402512 or 7377069. OLE color: 7377069.

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

Color convert

RGB 173 144 112 -
CMYK 0 0.17 0.35 0.32
HSL 31.48º 0.27% 0.56% -
HSV(B) 31.48º 0.35% 0.68% -
XYZ 30.13 30 19.53 -
YUV 149.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 173 144 112 0 0.17 0.35 0.32 31.48 0.27 0.56
Hex AD 90 70 0 11 23 20 1F 1B 38
Octal 255 220 160 0 21 43 40 37 33 70
Binary 10101101 10010000 1110000 0 10001 100011 100000 11111 11011 111000

Color Harmonies of #AD9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9070

Black with #AD9070

Text Example


Text Example

White with #AD9070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9070; }

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

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

background-color css

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

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

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

border-color css

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

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

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