#A68B7F

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

Shades of Sandrift #A68B7F

Tints of Sandrift #A68B7F

Color information

#A68B7F (or 0xA68B7F) is unknown color: approx Sandrift. HEX triplet: A6, 8B and 7F. RGB value is (166,139,127). Sum of RGB (Red+Green+Blue) = 166+139+127=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B7F is #597480. Grayscale: #919191. Windows color (decimal): -5862529 or 8358822. OLE color: 8358822.

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

Color convert

RGB166139127-
CMYK00.160.230.35
HSL18.46º17.97%57.45%-
HSV(B)18.46º23.49%65.1%-
XYZ28.7928.123.99-
YUV145.7117.45142.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 127 (50% from 255) = 29.40%
R=38.43%
G=32.18%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613912700.160.230.3518.4617.9757.45
HexA68B7F0101723121239
Octal2462131770202743222271
Binary10100110100010111111111010000101111000111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B7F; }

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

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

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

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

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

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

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

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