#AC656E

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

Shades of Turkish Rose #AC656E

Tints of Turkish Rose #AC656E

Color information

#AC656E (or 0xAC656E) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 6E. RGB value is (172,101,110). Sum of RGB (Red+Green+Blue) = 172+101+110=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656E is #539A91. Grayscale: #7B7B7B. Windows color (decimal): -5479058 or 7234988. OLE color: 7234988.

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

Color convert

RGB172101110-
CMYK00.410.360.33
HSL352.39º29.96%53.53%-
HSV(B)352.39º41.28%67.45%-
XYZ24.4819.217.17-
YUV123.26120.52162.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=44.91%
G=26.37%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210111000.410.360.33352.3929.9653.53
HexAC656E02924211601e36
Octal25414515605144415403666
Binary1010110011001011101110010100110010010000110110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC656E; }

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

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

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

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

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

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

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

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