#A68B7C

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

Shades of Sandrift #A68B7C

Tints of Sandrift #A68B7C

Color information

#A68B7C (or 0xA68B7C) is unknown color: approx Sandrift. HEX triplet: A6, 8B and 7C. RGB value is (166,139,124). Sum of RGB (Red+Green+Blue) = 166+139+124=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B7C is #597483. Grayscale: #919191. Windows color (decimal): -5862532 or 8162214. OLE color: 8162214.

HSL color Cylindrical-coordinate representation of color #A68B7C: hue angle of 21.43º 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 #A68B7C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166139124-
CMYK00.160.250.35
HSL21.43º19.09%56.86%-
HSV(B)21.43º25.3%65.1%-
XYZ28.628.0322.97-
YUV145.36115.95142.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=38.69%
G=32.40%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613912400.160.250.3521.4319.0956.86
HexA68B7C0101923151339
Octal2462131740203143252371
Binary10100110100010111111100010000110011000111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B7C; }

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

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

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

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

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

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

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

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