#A88A7D

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

Shades of Sandrift #A88A7D

Tints of Sandrift #A88A7D

Color information

#A88A7D (or 0xA88A7D) is unknown color: approx Sandrift. HEX triplet: A8, 8A and 7D. RGB value is (168,138,125). Sum of RGB (Red+Green+Blue) = 168+138+125=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A7D is #577582. Grayscale: #919191. Windows color (decimal): -5731715 or 8227496. OLE color: 8227496.

HSL color Cylindrical-coordinate representation of color #A88A7D: hue angle of 18.14º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88A7D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168138125-
CMYK00.180.260.34
HSL18.14º19.82%57.45%-
HSV(B)18.14º25.6%65.88%-
XYZ28.9427.9823.28-
YUV145.49116.44144.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=38.98%
G=32.02%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813812500.180.260.3418.1419.8257.45
HexA88A7D0121A22121439
Octal2502121750223242222471
Binary10101000100010101111101010010110101000101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A7D; }

 p { color: rgb(168,138,125); }

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

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

 a { background-color: rgb(168,138,125); }

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

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

 span { border-color: rgb(168,138,125); }

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