#AC656A

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

Shades of Turkish Rose #AC656A

Tints of Turkish Rose #AC656A

Color information

#AC656A (or 0xAC656A) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 6A. RGB value is (172,101,106). Sum of RGB (Red+Green+Blue) = 172+101+106=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656A is #539A95. Grayscale: #7A7A7A. Windows color (decimal): -5479062 or 6972844. OLE color: 6972844.

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

Color convert

RGB172101106-
CMYK00.410.380.33
HSL355.77º29.96%53.53%-
HSV(B)355.77º41.28%67.45%-
XYZ24.2719.1216.05-
YUV122.8118.52163.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=45.38%
G=26.65%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210110600.410.380.33355.7729.9653.53
HexAC656A02926211641e36
Octal25414515205146415443666
Binary1010110011001011101010010100110011010000110110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC656A; }

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

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

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

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

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

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

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

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