#A88C6B

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

Shades of Mongoose #A88C6B

Tints of Mongoose #A88C6B

Color information

#A88C6B (or 0xA88C6B) is unknown color: approx Mongoose. HEX triplet: A8, 8C and 6B. RGB value is (168,140,107). Sum of RGB (Red+Green+Blue) = 168+140+107=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C6B is #577394. Grayscale: #909090. Windows color (decimal): -5731221 or 7048360. OLE color: 7048360.

HSL color Cylindrical-coordinate representation of color #A88C6B: hue angle of 32.46º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88C6B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB168140107-
CMYK00.170.360.34
HSL32.46º25.96%53.92%-
HSV(B)32.46º36.31%65.88%-
XYZ28.1828.1417.86-
YUV144.61106.78144.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=40.48%
G=33.73%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814010700.170.360.3432.4625.9653.92
HexA88C6B0112422201a36
Octal2502141530214442403266
Binary1010100010001100110101101000110010010001010000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C6B; }

 p { color: rgb(168,140,107); }

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

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

 a { background-color: rgb(168,140,107); }

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

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

 span { border-color: rgb(168,140,107); }

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