#AB907A

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

Shades of Sandrift #AB907A

Tints of Sandrift #AB907A

Color information

#AB907A (or 0xAB907A) is unknown color: approx Sandrift. HEX triplet: AB, 90 and 7A. RGB value is (171,144,122). Sum of RGB (Red+Green+Blue) = 171+144+122=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB907A is #546F85. Grayscale: #959595. Windows color (decimal): -5533574 or 8032427. OLE color: 8032427.

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

Color convert

RGB171144122-
CMYK00.160.290.33
HSL26.94º22.58%57.45%-
HSV(B)26.94º28.65%67.06%-
XYZ30.2830.0122.61-
YUV149.56112.45143.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=39.13%
G=32.95%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114412200.160.290.3326.9422.5857.45
HexAB907A0101D211b1739
Octal2532201720203541332771
Binary10101011100100001111010010000111011000011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB907A; }

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

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

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

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

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

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

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

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