#AC6A77

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

Shades of Turkish Rose #AC6A77

Tints of Turkish Rose #AC6A77

Color information

#AC6A77 (or 0xAC6A77) is unknown color: approx Turkish Rose. HEX triplet: AC, 6A and 77. RGB value is (172,106,119). Sum of RGB (Red+Green+Blue) = 172+106+119=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A77 is #539588. Grayscale: #7F7F7F. Windows color (decimal): -5477769 or 7826092. OLE color: 7826092.

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

Color convert

RGB172106119-
CMYK00.380.310.33
HSL348.18º28.45%54.51%-
HSV(B)348.18º38.37%67.45%-
XYZ25.520.4120.05-
YUV127.22123.37159.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=43.32%
G=26.70%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210611900.380.310.33348.1828.4554.51
HexAC6A770261F2115c1c37
Octal25415216704637415343467
Binary101011001101010111011101001101111110000110101110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A77; }

 p { color: rgb(172,106,119); }

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

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

 a { background-color: rgb(172,106,119); }

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

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

 span { border-color: rgb(172,106,119); }

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