#A68F84

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

Shades of Sandrift #A68F84

Tints of Sandrift #A68F84

Color information

#A68F84 (or 0xA68F84) is unknown color: approx Sandrift. HEX triplet: A6, 8F and 84. RGB value is (166,143,132). Sum of RGB (Red+Green+Blue) = 166+143+132=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F84 is #59707B. Grayscale: #949494. Windows color (decimal): -5861500 or 8687526. OLE color: 8687526.

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

Color convert

RGB166143132-
CMYK00.140.200.35
HSL19.41º16.04%58.43%-
HSV(B)19.41º20.48%65.1%-
XYZ29.7129.4225.94-
YUV148.62118.62140.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=37.64%
G=32.43%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614313200.140.200.3519.4116.0458.43
HexA68F840E142313103a
Octal2462172040162443232072
Binary10100110100011111000010001110101001000111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F84; }

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

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

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

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

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

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

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

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