#AC787F

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

Shades of Turkish Rose #AC787F

Tints of Turkish Rose #AC787F

Color information

#AC787F (or 0xAC787F) is unknown color: approx Turkish Rose. HEX triplet: AC, 78 and 7F. RGB value is (172,120,127). Sum of RGB (Red+Green+Blue) = 172+120+127=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787F is #538780. Grayscale: #888888. Windows color (decimal): -5474177 or 8353964. OLE color: 8353964.

HSL color Cylindrical-coordinate representation of color #AC787F: hue angle of 351.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC787F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172120127-
CMYK00.300.260.33
HSL351.92º23.85%57.25%-
HSV(B)351.92º30.23%67.45%-
XYZ27.5623.7423.21-
YUV136.35122.73153.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 127 (50% from 255) = 30.31%
R=41.05%
G=28.64%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212012700.300.260.33351.9223.8557.25
HexAC787F01E1A211601839
Octal25417017703632415403071
Binary10101100111100011111110111101101010000110110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC787F; }

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

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

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

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

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

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

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

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