#A68F6F

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

Shades of Mongoose #A68F6F

Tints of Mongoose #A68F6F

Color information

#A68F6F (or 0xA68F6F) is unknown color: approx Mongoose. HEX triplet: A6, 8F and 6F. RGB value is (166,143,111). Sum of RGB (Red+Green+Blue) = 166+143+111=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F6F is #597090. Grayscale: #929292. Windows color (decimal): -5861521 or 7311270. OLE color: 7311270.

HSL color Cylindrical-coordinate representation of color #A68F6F: hue angle of 34.91º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68F6F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166143111-
CMYK00.140.330.35
HSL34.91º23.61%54.31%-
HSV(B)34.91º33.13%65.1%-
XYZ28.4228.919.12-
YUV146.23108.12142.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=39.52%
G=34.05%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614311100.140.330.3534.9123.6154.31
HexA68F6F0E2123231836
Octal2462171570164143433066
Binary101001101000111111011110111010000110001110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F6F; }

 p { color: rgb(166,143,111); }

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

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

 a { background-color: rgb(166,143,111); }

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

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

 span { border-color: rgb(166,143,111); }

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