#AC6F71

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

Shades of Turkish Rose #AC6F71

Tints of Turkish Rose #AC6F71

Color information

#AC6F71 (or 0xAC6F71) is unknown color: approx Turkish Rose. HEX triplet: AC, 6F and 71. RGB value is (172,111,113). Sum of RGB (Red+Green+Blue) = 172+111+113=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F71 is #53908E. Grayscale: #818181. Windows color (decimal): -5476495 or 7434156. OLE color: 7434156.

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

Color convert

RGB172111113-
CMYK00.350.340.33
HSL358.03º26.87%55.49%-
HSV(B)358.03º35.47%67.45%-
XYZ25.6821.3318.39-
YUV129.47118.71158.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=43.43%
G=28.03%
B=28.54%

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
Decimal17211111300.350.340.33358.0326.8755.49
HexAC6F7102322211661b37
Octal25415716104342415463367
Binary1010110011011111110001010001110001010000110110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F71; }

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

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

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

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

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

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

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

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