#AB8D7A

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

Shades of Sandrift #AB8D7A

Tints of Sandrift #AB8D7A

Color information

#AB8D7A (or 0xAB8D7A) is unknown color: approx Sandrift. HEX triplet: AB, 8D and 7A. RGB value is (171,141,122). Sum of RGB (Red+Green+Blue) = 171+141+122=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D7A is #547285. Grayscale: #939393. Windows color (decimal): -5534342 or 8031659. OLE color: 8031659.

HSL color Cylindrical-coordinate representation of color #AB8D7A: hue angle of 23.27º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8D7A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171141122-
CMYK00.180.290.33
HSL23.27º22.58%57.45%-
HSV(B)23.27º28.65%67.06%-
XYZ29.8329.1122.46-
YUV147.8113.44144.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=39.40%
G=32.49%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114112200.180.290.3323.2722.5857.45
HexAB8D7A0121D21171739
Octal2532151720223541272771
Binary10101011100011011111010010010111011000011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8D7A; }

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

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

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

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

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

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

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

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