Html Css Color HEX #AD9570 Mongoose

📋 copy color: '#AD9570'

red 173 ◦ green 149 ◦ blue 112

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

Shades of Mongoose #AD9570

Tints of Mongoose #AD9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

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

R = 39.86%
G = 34.33%
B = 25.81%

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

#AD9570 (or 0xAD9570) is known color: Mongoose. HEX triplet: AD, 95 and 70. RGB value is (173,149,112). Sum of RGB (Red+Green+Blue) = 173+149+112=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9570 is #526A8F. Grayscale: #989898. Windows color (decimal): -5401232 or 7378349. OLE color: 7378349.

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

Color convert

RGB 173 149 112 -
CMYK 0 0.14 0.35 0.32
HSL 36.39º 0.27% 0.56% -
HSV(B) 36.39º 0.35% 0.68% -
XYZ 30.91 31.55 19.79 -
YUV 151.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 173 149 112 0 0.14 0.35 0.32 36.39 0.27 0.56
Hex AD 95 70 0 E 23 20 24 1B 38
Octal 255 225 160 0 16 43 40 44 33 70
Binary 10101101 10010101 1110000 0 1110 100011 100000 100100 11011 111000

Color Harmonies of #AD9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9570

Black with #AD9570

Text Example


Text Example

White with #AD9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9570; }

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

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

background-color css

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

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

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

border-color css

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

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

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