#A68D69

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

Shades of Mongoose #A68D69

Tints of Mongoose #A68D69

Color information

#A68D69 (or 0xA68D69) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 69. RGB value is (166,141,105). Sum of RGB (Red+Green+Blue) = 166+141+105=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D69 is #597296. Grayscale: #909090. Windows color (decimal): -5862039 or 6917542. OLE color: 6917542.

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

Color convert

RGB166141105-
CMYK00.150.370.35
HSL35.41º25.52%53.14%-
HSV(B)35.41º36.75%65.1%-
XYZ27.828.1817.34-
YUV144.37105.78143.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=40.29%
G=34.22%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614110500.150.370.3535.4125.5253.14
HexA68D690F2523231a35
Octal2462151510174543433265
Binary101001101000110111010010111110010110001110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D69; }

 p { color: rgb(166,141,105); }

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

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

 a { background-color: rgb(166,141,105); }

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

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

 span { border-color: rgb(166,141,105); }

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