#A68E83

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

Shades of Sandrift #A68E83

Tints of Sandrift #A68E83

Color information

#A68E83 (or 0xA68E83) is unknown color: approx Sandrift. HEX triplet: A6, 8E and 83. RGB value is (166,142,131). Sum of RGB (Red+Green+Blue) = 166+142+131=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68E83 is #59717C. Grayscale: #939393. Windows color (decimal): -5861757 or 8621734. OLE color: 8621734.

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

Color convert

RGB166142131-
CMYK00.140.210.35
HSL18.86º16.43%58.24%-
HSV(B)18.86º21.08%65.1%-
XYZ29.529.0925.53-
YUV147.92118.45140.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=37.81%
G=32.35%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614213100.140.210.3518.8616.4358.24
HexA68E830E152313103a
Octal2462162030162543232072
Binary10100110100011101000001101110101011000111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E83; }

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

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

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

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

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

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

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

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