#A88F7E

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

Shades of Sandrift #A88F7E

Tints of Sandrift #A88F7E

Color information

#A88F7E (or 0xA88F7E) is unknown color: approx Sandrift. HEX triplet: A8, 8F and 7E. RGB value is (168,143,126). Sum of RGB (Red+Green+Blue) = 168+143+126=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F7E is #577081. Grayscale: #949494. Windows color (decimal): -5730434 or 8294312. OLE color: 8294312.

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

Color convert

RGB168143126-
CMYK00.150.250.34
HSL24.29º19.44%57.65%-
HSV(B)24.29º25%65.88%-
XYZ29.7429.4823.86-
YUV148.54115.28141.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=38.44%
G=32.72%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814312600.150.250.3424.2919.4457.65
HexA88F7E0F192218133a
Octal2502171760173142302372
Binary1010100010001111111111001111110011000101100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F7E; }

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

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

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

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

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

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

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

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