#A68D7F

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

Shades of Sandrift #A68D7F

Tints of Sandrift #A68D7F

Color information

#A68D7F (or 0xA68D7F) is unknown color: approx Sandrift. HEX triplet: A6, 8D and 7F. RGB value is (166,141,127). Sum of RGB (Red+Green+Blue) = 166+141+127=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D7F is #597280. Grayscale: #929292. Windows color (decimal): -5862017 or 8359334. OLE color: 8359334.

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

Color convert

RGB166141127-
CMYK00.150.230.35
HSL21.54º17.97%57.45%-
HSV(B)21.54º23.49%65.1%-
XYZ29.0828.6924.08-
YUV146.88116.78141.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 127 (50% from 255) = 29.26%
R=38.25%
G=32.49%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614112700.150.230.3521.5417.9757.45
HexA68D7F0F1723161239
Octal2462151770172743262271
Binary1010011010001101111111101111101111000111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D7F; }

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

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

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

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

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

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

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

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