#AC6F7B

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

Shades of Turkish Rose #AC6F7B

Tints of Turkish Rose #AC6F7B

Color information

#AC6F7B (or 0xAC6F7B) is unknown color: approx Turkish Rose. HEX triplet: AC, 6F and 7B. RGB value is (172,111,123). Sum of RGB (Red+Green+Blue) = 172+111+123=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F7B is #539084. Grayscale: #828282. Windows color (decimal): -5476485 or 8089516. OLE color: 8089516.

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

Color convert

RGB172111123-
CMYK00.350.280.33
HSL348.2º26.87%55.49%-
HSV(B)348.2º35.47%67.45%-
XYZ26.2721.5721.52-
YUV130.61123.71157.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=42.36%
G=27.34%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211112300.350.280.33348.226.8755.49
HexAC6F7B0231C2115c1b37
Octal25415717304334415343367
Binary101011001101111111101101000111110010000110101110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F7B; }

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

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

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

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

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

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

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

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