#AC7172

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

Shades of Turkish Rose #AC7172

Tints of Turkish Rose #AC7172

Color information

#AC7172 (or 0xAC7172) is unknown color: approx Turkish Rose. HEX triplet: AC, 71 and 72. RGB value is (172,113,114). Sum of RGB (Red+Green+Blue) = 172+113+114=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7172 is #538E8D. Grayscale: #828282. Windows color (decimal): -5475982 or 7500204. OLE color: 7500204.

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

Color convert

RGB172113114-
CMYK00.340.340.33
HSL358.98º26.22%55.88%-
HSV(B)358.98º34.3%67.45%-
XYZ25.9621.818.76-
YUV130.76118.55157.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=43.11%
G=28.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211311400.340.340.33358.9826.2255.88
HexAC717202222211671a38
Octal25416116204242415473270
Binary1010110011100011110010010001010001010000110110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7172; }

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

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

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

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

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

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

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

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