#AC927A

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

Shades of Sandrift #AC927A

Tints of Sandrift #AC927A

Color information

#AC927A (or 0xAC927A) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 7A. RGB value is (172,146,122). Sum of RGB (Red+Green+Blue) = 172+146+122=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC927A is #536D85. Grayscale: #979797. Windows color (decimal): -5467526 or 8032940. OLE color: 8032940.

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

Color convert

RGB172146122-
CMYK00.150.290.33
HSL28.8º23.15%57.65%-
HSV(B)28.8º29.07%67.45%-
XYZ30.830.7322.72-
YUV151.04111.61142.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=39.09%
G=33.18%
B=27.73%

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
Decimal17214612200.150.290.3328.823.1557.65
HexAC927A0F1D211d173a
Octal2542221720173541352772
Binary1010110010010010111101001111111011000011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC927A; }

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

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

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

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

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

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

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

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