#A88F6A

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

Shades of Mongoose #A88F6A

Tints of Mongoose #A88F6A

Color information

#A88F6A (or 0xA88F6A) is unknown color: approx Mongoose. HEX triplet: A8, 8F and 6A. RGB value is (168,143,106). Sum of RGB (Red+Green+Blue) = 168+143+106=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F6A is #577095. Grayscale: #929292. Windows color (decimal): -5730454 or 6983592. OLE color: 6983592.

HSL color Cylindrical-coordinate representation of color #A88F6A: hue angle of 35.81º 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 #A88F6A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB168143106-
CMYK00.150.370.34
HSL35.81º26.27%53.73%-
HSV(B)35.81º36.9%65.88%-
XYZ28.5729.0117.73-
YUV146.26105.28143.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=40.29%
G=34.29%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814310600.150.370.3435.8126.2753.73
HexA88F6A0F2522241a36
Octal2502171520174542443266
Binary101010001000111111010100111110010110001010010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F6A; }

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

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

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

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

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

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

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

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