#A68C79

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

Shades of Sandrift #A68C79

Tints of Sandrift #A68C79

Color information

#A68C79 (or 0xA68C79) is unknown color: approx Sandrift. HEX triplet: A6, 8C and 79. RGB value is (166,140,121). Sum of RGB (Red+Green+Blue) = 166+140+121=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C79 is #597386. Grayscale: #919191. Windows color (decimal): -5862279 or 7965862. OLE color: 7965862.

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

Color convert

RGB166140121-
CMYK00.160.270.35
HSL25.33º20.18%56.27%-
HSV(B)25.33º27.11%65.1%-
XYZ28.5628.2422.04-
YUV145.61114.11142.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=38.88%
G=32.79%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614012100.160.270.3525.3320.1856.27
HexA68C790101B23191438
Octal2462141710203343312470
Binary10100110100011001111001010000110111000111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C79; }

 p { color: rgb(166,140,121); }

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

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

 a { background-color: rgb(166,140,121); }

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

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

 span { border-color: rgb(166,140,121); }

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