#AC7477

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

Shades of Turkish Rose #AC7477

Tints of Turkish Rose #AC7477

Color information

#AC7477 (or 0xAC7477) is unknown color: approx Turkish Rose. HEX triplet: AC, 74 and 77. RGB value is (172,116,119). Sum of RGB (Red+Green+Blue) = 172+116+119=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7477 is #538B88. Grayscale: #858585. Windows color (decimal): -5475209 or 7828652. OLE color: 7828652.

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

Color convert

RGB172116119-
CMYK00.330.310.33
HSL356.79º25.23%56.47%-
HSV(B)356.79º32.56%67.45%-
XYZ26.5922.5920.41-
YUV133.09120.05155.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=42.26%
G=28.50%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211611900.330.310.33356.7925.2356.47
HexAC74770211F211651938
Octal25416416704137415453170
Binary101011001110100111011101000011111110000110110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7477; }

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

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

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

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

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

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

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

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