#A68F73

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

Shades of Mongoose #A68F73

Tints of Mongoose #A68F73

Color information

#A68F73 (or 0xA68F73) is unknown color: approx Mongoose. HEX triplet: A6, 8F and 73. RGB value is (166,143,115). Sum of RGB (Red+Green+Blue) = 166+143+115=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F73 is #59708C. Grayscale: #929292. Windows color (decimal): -5861517 or 7573414. OLE color: 7573414.

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

Color convert

RGB166143115-
CMYK00.140.310.35
HSL32.94º22.27%55.1%-
HSV(B)32.94º30.72%65.1%-
XYZ28.6428.9920.31-
YUV146.68110.12141.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=39.15%
G=33.73%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614311500.140.310.3532.9422.2755.1
HexA68F730E1F23211637
Octal2462171630163743412667
Binary10100110100011111110011011101111110001110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F73; }

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

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

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

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

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

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

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

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