#A88B7D

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

Shades of Sandrift #A88B7D

Tints of Sandrift #A88B7D

Color information

#A88B7D (or 0xA88B7D) is unknown color: approx Sandrift. HEX triplet: A8, 8B and 7D. RGB value is (168,139,125). Sum of RGB (Red+Green+Blue) = 168+139+125=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B7D is #577482. Grayscale: #929292. Windows color (decimal): -5731459 or 8227752. OLE color: 8227752.

HSL color Cylindrical-coordinate representation of color #A88B7D: hue angle of 19.53º 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 #A88B7D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168139125-
CMYK00.170.260.34
HSL19.53º19.82%57.45%-
HSV(B)19.53º25.6%65.88%-
XYZ29.0828.2723.33-
YUV146.07116.11143.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=38.89%
G=32.18%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813912500.170.260.3419.5319.8257.45
HexA88B7D0111A22141439
Octal2502131750213242242471
Binary10101000100010111111101010001110101000101010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B7D; }

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

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

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

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

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

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

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

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