#A88D7A

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

Shades of Sandrift #A88D7A

Tints of Sandrift #A88D7A

Color information

#A88D7A (or 0xA88D7A) is unknown color: approx Sandrift. HEX triplet: A8, 8D and 7A. RGB value is (168,141,122). Sum of RGB (Red+Green+Blue) = 168+141+122=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D7A is #577285. Grayscale: #939393. Windows color (decimal): -5730950 or 8031656. OLE color: 8031656.

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

Color convert

RGB168141122-
CMYK00.160.270.34
HSL24.78º20.91%56.86%-
HSV(B)24.78º27.38%65.88%-
XYZ29.1928.7822.43-
YUV146.91113.95143.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=38.98%
G=32.71%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814112200.160.270.3424.7820.9156.86
HexA88D7A0101B22191539
Octal2502151720203342312571
Binary10101000100011011111010010000110111000101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D7A; }

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

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

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

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

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

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

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

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