#AB947A

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

Shades of Sandrift #AB947A

Tints of Sandrift #AB947A

Color information

#AB947A (or 0xAB947A) is unknown color: approx Sandrift. HEX triplet: AB, 94 and 7A. RGB value is (171,148,122). Sum of RGB (Red+Green+Blue) = 171+148+122=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947A is #546B85. Grayscale: #989898. Windows color (decimal): -5532550 or 8033451. OLE color: 8033451.

HSL color Cylindrical-coordinate representation of color #AB947A: hue angle of 31.84º 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 #AB947A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171148122-
CMYK00.130.290.33
HSL31.84º22.58%57.45%-
HSV(B)31.84º28.65%67.06%-
XYZ30.931.2422.81-
YUV151.91111.12141.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=38.78%
G=33.56%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114812200.130.290.3331.8422.5857.45
HexAB947A0D1D21201739
Octal2532241720153541402771
Binary10101011100101001111010011011110110000110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB947A; }

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

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

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

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

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

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

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

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