#AC737A

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

Shades of Turkish Rose #AC737A

Tints of Turkish Rose #AC737A

Color information

#AC737A (or 0xAC737A) is unknown color: approx Turkish Rose. HEX triplet: AC, 73 and 7A. RGB value is (172,115,122). Sum of RGB (Red+Green+Blue) = 172+115+122=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737A is #538C85. Grayscale: #848484. Windows color (decimal): -5475462 or 8025004. OLE color: 8025004.

HSL color Cylindrical-coordinate representation of color #AC737A: hue angle of 352.63º degrees, saturation: 0.26, 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 #AC737A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB172115122-
CMYK00.330.290.33
HSL352.63º25.56%56.27%-
HSV(B)352.63º33.14%67.45%-
XYZ26.6622.4421.34-
YUV132.84121.88155.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=42.05%
G=28.12%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211512200.330.290.33352.6325.5656.27
HexAC737A0211D211611a38
Octal25416317204135415413270
Binary101011001110011111101001000011110110000110110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC737A; }

 p { color: rgb(172,115,122); }

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

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

 a { background-color: rgb(172,115,122); }

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

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

 span { border-color: rgb(172,115,122); }

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