#AC7071

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

Shades of Turkish Rose #AC7071

Tints of Turkish Rose #AC7071

Color information

#AC7071 (or 0xAC7071) is unknown color: approx Turkish Rose. HEX triplet: AC, 70 and 71. RGB value is (172,112,113). Sum of RGB (Red+Green+Blue) = 172+112+113=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7071 is #538F8E. Grayscale: #828282. Windows color (decimal): -5476239 or 7434412. OLE color: 7434412.

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

Color convert

RGB172112113-
CMYK00.350.340.33
HSL359º26.55%55.69%-
HSV(B)359º34.88%67.45%-
XYZ25.7921.5518.42-
YUV130.05118.38157.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=43.32%
G=28.21%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211211300.350.340.3335926.5555.69
HexAC707102322211671b38
Octal25416016104342415473370
Binary1010110011100001110001010001110001010000110110011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7071; }

 p { color: rgb(172,112,113); }

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

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

 a { background-color: rgb(172,112,113); }

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

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

 span { border-color: rgb(172,112,113); }

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