#A88C6A

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

Shades of Mongoose #A88C6A

Tints of Mongoose #A88C6A

Color information

#A88C6A (or 0xA88C6A) is unknown color: approx Mongoose. HEX triplet: A8, 8C and 6A. RGB value is (168,140,106). Sum of RGB (Red+Green+Blue) = 168+140+106=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C6A is #577395. Grayscale: #909090. Windows color (decimal): -5731222 or 6982824. OLE color: 6982824.

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

Color convert

RGB168140106-
CMYK00.170.370.34
HSL32.9º26.27%53.73%-
HSV(B)32.9º36.9%65.88%-
XYZ28.1328.1217.58-
YUV144.5106.28144.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=40.58%
G=33.82%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814010600.170.370.3432.926.2753.73
HexA88C6A0112522211a36
Octal2502141520214542413266
Binary1010100010001100110101001000110010110001010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C6A; }

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

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

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

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

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

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

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

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