#AB927A

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

Shades of Sandrift #AB927A

Tints of Sandrift #AB927A

Color information

#AB927A (or 0xAB927A) is unknown color: approx Sandrift. HEX triplet: AB, 92 and 7A. RGB value is (171,146,122). Sum of RGB (Red+Green+Blue) = 171+146+122=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB927A is #546D85. Grayscale: #969696. Windows color (decimal): -5533062 or 8032939. OLE color: 8032939.

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

Color convert

RGB171146122-
CMYK00.150.290.33
HSL29.39º22.58%57.45%-
HSV(B)29.39º28.65%67.06%-
XYZ30.5930.6222.71-
YUV150.74111.78142.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=38.95%
G=33.26%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114612200.150.290.3329.3922.5857.45
HexAB927A0F1D211d1739
Octal2532221720173541352771
Binary1010101110010010111101001111111011000011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB927A; }

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

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

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

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

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

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

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

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