#AC737B

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

Shades of Turkish Rose #AC737B

Tints of Turkish Rose #AC737B

Color information

#AC737B (or 0xAC737B) is unknown color: approx Turkish Rose. HEX triplet: AC, 73 and 7B. RGB value is (172,115,123). Sum of RGB (Red+Green+Blue) = 172+115+123=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737B is #538C84. Grayscale: #848484. Windows color (decimal): -5475461 or 8090540. OLE color: 8090540.

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

Color convert

RGB172115123-
CMYK00.330.280.33
HSL351.58º25.56%56.27%-
HSV(B)351.58º33.14%67.45%-
XYZ26.7222.4621.67-
YUV132.95122.38155.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 123 (48.44% from 255) = 30%
R=41.95%
G=28.05%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211512300.330.280.33351.5825.5656.27
HexAC737B0211C211601a38
Octal25416317304134415403270
Binary101011001110011111101101000011110010000110110000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC737B; }

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

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

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

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

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

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

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

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