#a68e7f

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

Shades of Sandrift #A68E7F

Tints of Sandrift #A68E7F

Color information

#A68E7F (or 0xA68E7F) is unknown color: approx Sandrift. HEX triplet: A6, 8E and 7F. RGB value is (166,142,127). Sum of RGB (Red+Green+Blue) = 166+142+127=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E7F is #597180. Grayscale: #939393. Windows color (decimal): -5861761 or 8359590. OLE color: 8359590.

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

Color convert

RGB166142127-
CMYK00.140.230.35
HSL23.08º17.97%57.45%-
HSV(B)23.08º23.49%65.1%-
XYZ29.2328.9924.13-
YUV147.47116.45141.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 127 (50% from 255) = 29.20%
R=38.16%
G=32.64%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614212700.140.230.3523.0817.9757.45
HexA68E7F0E1723171239
Octal2462161770162743272271
Binary1010011010001110111111101110101111000111011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a68e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a68e7f; }

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

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

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

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

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

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

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

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