#AD9270

Color #AD9270 Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #AD9270

Tints of Mongoose #AD9270

Color information

#AD9270 (or 0xAD9270) is unknown color: approx Mongoose. HEX triplet: AD, 92 and 70. RGB value is (173,146,112). Sum of RGB (Red+Green+Blue) = 173+146+112=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9270 is #526D8F. Grayscale: #969696. Windows color (decimal): -5402000 or 7377581. OLE color: 7377581.

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

Color convert

RGB173146112-
CMYK00.160.350.32
HSL33.44º27.11%55.88%-
HSV(B)33.44º35.26%67.84%-
XYZ30.4430.6119.63-
YUV150.2106.45144.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=40.14%
G=33.87%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314611200.160.350.3233.4427.1155.88
HexAD92700102320211b38
Octal2552221600204340413370
Binary1010110110010010111000001000010001110000010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9270; }

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

 H1.HeaderClassName
 {
   color: #AD9270;
 }
 .AnyTagClassName
 {
   color: #AD9270;
 }
</style>
background-color css

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

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

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

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

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

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