#AC6677

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

Shades of Turkish Rose #AC6677

Tints of Turkish Rose #AC6677

Color information

#AC6677 (or 0xAC6677) is unknown color: approx Turkish Rose. HEX triplet: AC, 66 and 77. RGB value is (172,102,119). Sum of RGB (Red+Green+Blue) = 172+102+119=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6677 is #539988. Grayscale: #7C7C7C. Windows color (decimal): -5478793 or 7825068. OLE color: 7825068.

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

Color convert

RGB172102119-
CMYK00.410.310.33
HSL345.43º29.66%53.73%-
HSV(B)345.43º40.7%67.45%-
XYZ25.0919.6119.91-
YUV124.87124.69161.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=43.77%
G=25.95%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210211900.410.310.33345.4329.6653.73
HexAC66770291F211591e36
Octal25414616705137415313666
Binary101011001100110111011101010011111110000110101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6677; }

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

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

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

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

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

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

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

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