#AC747E

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

Shades of Turkish Rose #AC747E

Tints of Turkish Rose #AC747E

Color information

#AC747E (or 0xAC747E) is unknown color: approx Turkish Rose. HEX triplet: AC, 74 and 7E. RGB value is (172,116,126). Sum of RGB (Red+Green+Blue) = 172+116+126=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747E is #538B81. Grayscale: #858585. Windows color (decimal): -5475202 or 8287404. OLE color: 8287404.

HSL color Cylindrical-coordinate representation of color #AC747E: hue angle of 349.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC747E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172116126-
CMYK00.330.270.33
HSL349.29º25.23%56.47%-
HSV(B)349.29º32.56%67.45%-
XYZ27.0222.7722.71-
YUV133.88123.55155.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=41.55%
G=28.02%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211612600.330.270.33349.2925.2356.47
HexAC747E0211B2115d1938
Octal25416417604133415353170
Binary101011001110100111111001000011101110000110101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC747E; }

 p { color: rgb(172,116,126); }

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

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

 a { background-color: rgb(172,116,126); }

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

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

 span { border-color: rgb(172,116,126); }

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