#AC7273

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

Shades of Turkish Rose #AC7273

Tints of Turkish Rose #AC7273

Color information

#AC7273 (or 0xAC7273) is unknown color: approx Turkish Rose. HEX triplet: AC, 72 and 73. RGB value is (172,114,115). Sum of RGB (Red+Green+Blue) = 172+114+115=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7273 is #538D8C. Grayscale: #838383. Windows color (decimal): -5475725 or 7565996. OLE color: 7565996.

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

Color convert

RGB172114115-
CMYK00.340.330.33
HSL358.97º25.89%56.08%-
HSV(B)358.97º33.72%67.45%-
XYZ26.1322.0419.1-
YUV131.46118.72156.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=42.89%
G=28.43%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211411500.340.330.33358.9725.8956.08
HexAC727302221211671a38
Octal25416216304241415473270
Binary1010110011100101110011010001010000110000110110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7273; }

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

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

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

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

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

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

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

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