#AD926F

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

Shades of Mongoose #AD926F

Tints of Mongoose #AD926F

Color information

#AD926F (or 0xAD926F) is unknown color: approx Mongoose. HEX triplet: AD, 92 and 6F. RGB value is (173,146,111). Sum of RGB (Red+Green+Blue) = 173+146+111=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD926F is #526D90. Grayscale: #969696. Windows color (decimal): -5402001 or 7312045. OLE color: 7312045.

HSL color Cylindrical-coordinate representation of color #AD926F: hue angle of 33.87º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD926F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173146111-
CMYK00.160.360.32
HSL33.87º27.43%55.69%-
HSV(B)33.87º35.84%67.84%-
XYZ30.3830.5919.34-
YUV150.08105.95144.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=40.23%
G=33.95%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314611100.160.360.3233.8727.4355.69
HexAD926F0102420221b38
Octal2552221570204440423370
Binary1010110110010010110111101000010010010000010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD926F; }

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

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

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

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

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

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

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

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