#A88D67

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

Shades of Mongoose #A88D67

Tints of Mongoose #A88D67

Color information

#A88D67 (or 0xA88D67) is unknown color: approx Mongoose. HEX triplet: A8, 8D and 67. RGB value is (168,141,103). Sum of RGB (Red+Green+Blue) = 168+141+103=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D67 is #577298. Grayscale: #909090. Windows color (decimal): -5730969 or 6786472. OLE color: 6786472.

HSL color Cylindrical-coordinate representation of color #A88D67: hue angle of 35.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88D67 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB168141103-
CMYK00.160.390.34
HSL35.08º27.2%53.14%-
HSV(B)35.08º38.69%65.88%-
XYZ28.1228.3516.82-
YUV144.74104.45144.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 103 (40.62% from 255) = 25%
R=40.78%
G=34.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814110300.160.390.3435.0827.253.14
HexA88D670102722231b35
Octal2502151470204742433365
Binary1010100010001101110011101000010011110001010001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D67; }

 p { color: rgb(168,141,103); }

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

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

 a { background-color: rgb(168,141,103); }

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

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

 span { border-color: rgb(168,141,103); }

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