#AC907F

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

Shades of Sandrift #AC907F

Tints of Sandrift #AC907F

Color information

#AC907F (or 0xAC907F) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 7F. RGB value is (172,144,127). Sum of RGB (Red+Green+Blue) = 172+144+127=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC907F is #536F80. Grayscale: #969696. Windows color (decimal): -5468033 or 8360108. OLE color: 8360108.

HSL color Cylindrical-coordinate representation of color #AC907F: hue angle of 22.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC907F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172144127-
CMYK00.160.260.33
HSL22.67º21.33%58.63%-
HSV(B)22.67º26.16%67.45%-
XYZ30.8230.2524.29-
YUV150.43114.78143.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 127 (50% from 255) = 28.67%
R=38.83%
G=32.51%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214412700.160.260.3322.6721.3358.63
HexAC907F0101A2117153b
Octal2542201770203241272573
Binary10101100100100001111111010000110101000011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC907F; }

 p { color: rgb(172,144,127); }

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

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

 a { background-color: rgb(172,144,127); }

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

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

 span { border-color: rgb(172,144,127); }

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