#AC7077

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

Shades of Turkish Rose #AC7077

Tints of Turkish Rose #AC7077

Color information

#AC7077 (or 0xAC7077) is unknown color: approx Turkish Rose. HEX triplet: AC, 70 and 77. RGB value is (172,112,119). Sum of RGB (Red+Green+Blue) = 172+112+119=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7077 is #538F88. Grayscale: #828282. Windows color (decimal): -5476233 or 7827628. OLE color: 7827628.

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

Color convert

RGB172112119-
CMYK00.350.310.33
HSL353º26.55%55.69%-
HSV(B)353º34.88%67.45%-
XYZ26.1421.6920.26-
YUV130.74121.38157.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=42.68%
G=27.79%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211211900.350.310.3335326.5555.69
HexAC70770231F211611b38
Octal25416016704337415413370
Binary101011001110000111011101000111111110000110110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7077; }

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

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

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

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

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

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

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

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