#A68E84

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

Shades of Sandrift #A68E84

Tints of Sandrift #A68E84

Color information

#A68E84 (or 0xA68E84) is unknown color: approx Sandrift. HEX triplet: A6, 8E and 84. RGB value is (166,142,132). Sum of RGB (Red+Green+Blue) = 166+142+132=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68E84 is #59717B. Grayscale: #949494. Windows color (decimal): -5861756 or 8687270. OLE color: 8687270.

HSL color Cylindrical-coordinate representation of color #A68E84: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68E84 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166142132-
CMYK00.140.200.35
HSL17.65º16.04%58.43%-
HSV(B)17.65º20.48%65.1%-
XYZ29.5629.1225.89-
YUV148.04118.95140.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 132 (51.95% from 255) = 30%
R=37.73%
G=32.27%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614213200.140.200.3517.6516.0458.43
HexA68E840E142312103a
Octal2462162040162443222072
Binary10100110100011101000010001110101001000111001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E84; }

 p { color: rgb(166,142,132); }

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

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

 a { background-color: rgb(166,142,132); }

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

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

 span { border-color: rgb(166,142,132); }

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