#A68F6A

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

Shades of Mongoose #A68F6A

Tints of Mongoose #A68F6A

Color information

#A68F6A (or 0xA68F6A) is unknown color: approx Mongoose. HEX triplet: A6, 8F and 6A. RGB value is (166,143,106). Sum of RGB (Red+Green+Blue) = 166+143+106=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F6A is #597095. Grayscale: #919191. Windows color (decimal): -5861526 or 6983590. OLE color: 6983590.

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

Color convert

RGB166143106-
CMYK00.140.360.35
HSL37º25.21%53.33%-
HSV(B)37º36.14%65.1%-
XYZ28.1528.7917.71-
YUV145.66105.62142.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=40%
G=34.46%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614310600.140.360.353725.2153.33
HexA68F6A0E2423251935
Octal2462171520164443453165
Binary101001101000111111010100111010010010001110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F6A; }

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

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

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

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

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

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

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

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