#AB927B

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

Shades of Sandrift #AB927B

Tints of Sandrift #AB927B

Color information

#AB927B (or 0xAB927B) is unknown color: approx Sandrift. HEX triplet: AB, 92 and 7B. RGB value is (171,146,123). Sum of RGB (Red+Green+Blue) = 171+146+123=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB927B is #546D84. Grayscale: #969696. Windows color (decimal): -5533061 or 8098475. OLE color: 8098475.

HSL color Cylindrical-coordinate representation of color #AB927B: hue angle of 28.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB927B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB171146123-
CMYK00.150.280.33
HSL28.75º22.22%57.65%-
HSV(B)28.75º28.07%67.06%-
XYZ30.6530.6523.04-
YUV150.85112.28142.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=38.86%
G=33.18%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114612300.150.280.3328.7522.2257.65
HexAB927B0F1C211d163a
Octal2532221730173441352672
Binary1010101110010010111101101111111001000011110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB927B; }

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

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

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

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

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

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

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

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