#AC656D

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

Shades of Turkish Rose #AC656D

Tints of Turkish Rose #AC656D

Color information

#AC656D (or 0xAC656D) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 6D. RGB value is (172,101,109). Sum of RGB (Red+Green+Blue) = 172+101+109=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656D is #539A92. Grayscale: #7B7B7B. Windows color (decimal): -5479059 or 7169452. OLE color: 7169452.

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

Color convert

RGB172101109-
CMYK00.410.370.33
HSL353.24º29.96%53.53%-
HSV(B)353.24º41.28%67.45%-
XYZ24.4319.1816.88-
YUV123.14120.02162.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=45.03%
G=26.44%
B=28.53%

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
Decimal17210110900.410.370.33353.2429.9653.53
HexAC656D02925211611e36
Octal25414515505145415413666
Binary1010110011001011101101010100110010110000110110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC656D; }

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

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

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

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

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

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

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

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