#A68F7C

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

Shades of Sandrift #A68F7C

Tints of Sandrift #A68F7C

Color information

#A68F7C (or 0xA68F7C) is unknown color: approx Sandrift. HEX triplet: A6, 8F and 7C. RGB value is (166,143,124). Sum of RGB (Red+Green+Blue) = 166+143+124=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F7C is #597083. Grayscale: #939393. Windows color (decimal): -5861508 or 8163238. OLE color: 8163238.

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

Color convert

RGB166143124-
CMYK00.140.250.35
HSL27.14º19.09%56.86%-
HSV(B)27.14º25.3%65.1%-
XYZ29.1929.2123.17-
YUV147.71114.62141.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=38.34%
G=33.03%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614312400.140.250.3527.1419.0956.86
HexA68F7C0E19231b1339
Octal2462171740163143332371
Binary1010011010001111111110001110110011000111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F7C; }

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

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

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

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

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

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

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

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