Html Css Color HEX #AD8770 Mongoose

📋 copy color: '#AD8770'

red 173 ◦ green 135 ◦ blue 112

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

Shades of Mongoose #AD8770

Tints of Mongoose #AD8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

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

R = 41.19%
G = 32.14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD8770 (or 0xAD8770) is known color: Mongoose. HEX triplet: AD, 87 and 70. RGB value is (173,135,112). Sum of RGB (Red+Green+Blue) = 173+135+112=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8770 is #52788F. Grayscale: #8F8F8F. Windows color (decimal): -5404816 or 7374765. OLE color: 7374765.

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

Color convert

RGB 173 135 112 -
CMYK 0 0.22 0.35 0.32
HSL 22.62º 0.27% 0.56% -
HSV(B) 22.62º 0.35% 0.68% -
XYZ 28.82 27.38 19.1 -
YUV 143.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 173 135 112 0 0.22 0.35 0.32 22.62 0.27 0.56
Hex AD 87 70 0 16 23 20 17 1B 38
Octal 255 207 160 0 26 43 40 27 33 70
Binary 10101101 10000111 1110000 0 10110 100011 100000 10111 11011 111000

Color Harmonies of #AD8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8770

Black with #AD8770

Text Example


Text Example

White with #AD8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8770; }

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

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

background-color css

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

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

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

border-color css

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

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

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