#AC656C

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

Shades of Turkish Rose #AC656C

Tints of Turkish Rose #AC656C

Color information

#AC656C (or 0xAC656C) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 6C. RGB value is (172,101,108). Sum of RGB (Red+Green+Blue) = 172+101+108=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656C is #539A93. Grayscale: #7B7B7B. Windows color (decimal): -5479060 or 7103916. OLE color: 7103916.

HSL color Cylindrical-coordinate representation of color #AC656C: hue angle of 354.08º 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 #AC656C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172101108-
CMYK00.410.370.33
HSL354.08º29.96%53.53%-
HSV(B)354.08º41.28%67.45%-
XYZ24.3719.1616.6-
YUV123.03119.52162.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=45.14%
G=26.51%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210110800.410.370.33354.0829.9653.53
HexAC656C02925211621e36
Octal25414515405145415423666
Binary1010110011001011101100010100110010110000110110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC656C; }

 p { color: rgb(172,101,108); }

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

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

 a { background-color: rgb(172,101,108); }

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

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

 span { border-color: rgb(172,101,108); }

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