Html Css Color HEX #AD9470 Mongoose

📋 copy color: '#AD9470'

red 173 ◦ green 148 ◦ blue 112

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

Shades of Mongoose #AD9470

Tints of Mongoose #AD9470

RGB

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

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

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

R = 39.95%
G = 34.18%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9470 (or 0xAD9470) is known color: Mongoose. HEX triplet: AD, 94 and 70. RGB value is (173,148,112). Sum of RGB (Red+Green+Blue) = 173+148+112=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9470 is #526B8F. Grayscale: #979797. Windows color (decimal): -5401488 or 7378093. OLE color: 7378093.

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

Color convert

RGB 173 148 112 -
CMYK 0 0.14 0.35 0.32
HSL 35.41º 0.27% 0.56% -
HSV(B) 35.41º 0.35% 0.68% -
XYZ 30.75 31.23 19.74 -
YUV 151.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 173 148 112 0 0.14 0.35 0.32 35.41 0.27 0.56
Hex AD 94 70 0 E 23 20 23 1B 38
Octal 255 224 160 0 16 43 40 43 33 70
Binary 10101101 10010100 1110000 0 1110 100011 100000 100011 11011 111000

Color Harmonies of #AD9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9470

Black with #AD9470

Text Example


Text Example

White with #AD9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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