#AC927B

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

Shades of Sandrift #AC927B

Tints of Sandrift #AC927B

Color information

#AC927B (or 0xAC927B) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 7B. RGB value is (172,146,123). Sum of RGB (Red+Green+Blue) = 172+146+123=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC927B is #536D84. Grayscale: #979797. Windows color (decimal): -5467525 or 8098476. OLE color: 8098476.

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

Color convert

RGB172146123-
CMYK00.150.280.33
HSL28.16º22.79%57.84%-
HSV(B)28.16º28.49%67.45%-
XYZ30.8730.7623.05-
YUV151.15112.11142.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=39.00%
G=33.11%
B=27.89%

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
Decimal17214612300.150.280.3328.1622.7957.84
HexAC927B0F1C211c173a
Octal2542221730173441342772
Binary1010110010010010111101101111111001000011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC927B; }

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

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

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

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

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

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

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

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