#AC7177

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

Shades of Turkish Rose #AC7177

Tints of Turkish Rose #AC7177

Color information

#AC7177 (or 0xAC7177) is unknown color: approx Turkish Rose. HEX triplet: AC, 71 and 77. RGB value is (172,113,119). Sum of RGB (Red+Green+Blue) = 172+113+119=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7177 is #538E88. Grayscale: #838383. Windows color (decimal): -5475977 or 7827884. OLE color: 7827884.

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

Color convert

RGB172113119-
CMYK00.340.310.33
HSL353.9º26.22%55.88%-
HSV(B)353.9º34.3%67.45%-
XYZ26.2521.9120.3-
YUV131.32121.05157.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=42.57%
G=27.97%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211311900.340.310.33353.926.2255.88
HexAC71770221F211621a38
Octal25416116704237415423270
Binary101011001110001111011101000101111110000110110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7177; }

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

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

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

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

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

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

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

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