#A88A7E

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

Shades of Sandrift #A88A7E

Tints of Sandrift #A88A7E

Color information

#A88A7E (or 0xA88A7E) is unknown color: approx Sandrift. HEX triplet: A8, 8A and 7E. RGB value is (168,138,126). Sum of RGB (Red+Green+Blue) = 168+138+126=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A7E is #577581. Grayscale: #919191. Windows color (decimal): -5731714 or 8293032. OLE color: 8293032.

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

Color convert

RGB168138126-
CMYK00.180.250.34
HSL17.14º19.44%57.65%-
HSV(B)17.14º25%65.88%-
XYZ2928.0123.62-
YUV145.6116.94143.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=38.89%
G=31.94%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813812600.180.250.3417.1419.4457.65
HexA88A7E012192211133a
Octal2502121760223142212372
Binary10101000100010101111110010010110011000101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A7E; }

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

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

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

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

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

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

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

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