#A88D7E

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

Shades of Sandrift #A88D7E

Tints of Sandrift #A88D7E

Color information

#A88D7E (or 0xA88D7E) is unknown color: approx Sandrift. HEX triplet: A8, 8D and 7E. RGB value is (168,141,126). Sum of RGB (Red+Green+Blue) = 168+141+126=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D7E is #577281. Grayscale: #939393. Windows color (decimal): -5730946 or 8293800. OLE color: 8293800.

HSL color Cylindrical-coordinate representation of color #A88D7E: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A88D7E is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB168141126-
CMYK00.160.250.34
HSL21.43º19.44%57.65%-
HSV(B)21.43º25%65.88%-
XYZ29.4428.8823.76-
YUV147.36115.95142.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=38.62%
G=32.41%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814112600.160.250.3421.4319.4457.65
HexA88D7E010192215133a
Octal2502151760203142252372
Binary10101000100011011111110010000110011000101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D7E; }

 p { color: rgb(168,141,126); }

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

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

 a { background-color: rgb(168,141,126); }

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

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

 span { border-color: rgb(168,141,126); }

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