#AC6C76

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

Shades of Turkish Rose #AC6C76

Tints of Turkish Rose #AC6C76

Color information

#AC6C76 (or 0xAC6C76) is unknown color: approx Turkish Rose. HEX triplet: AC, 6C and 76. RGB value is (172,108,118). Sum of RGB (Red+Green+Blue) = 172+108+118=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C76 is #539389. Grayscale: #808080. Windows color (decimal): -5477258 or 7761068. OLE color: 7761068.

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

Color convert

RGB172108118-
CMYK00.370.310.33
HSL350.62º27.83%54.9%-
HSV(B)350.62º37.21%67.45%-
XYZ25.6520.819.8-
YUV128.28122.2159.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=43.22%
G=27.14%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210811800.370.310.33350.6227.8354.9
HexAC6C760251F2115f1c37
Octal25415416604537415373467
Binary101011001101100111011001001011111110000110101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C76; }

 p { color: rgb(172,108,118); }

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

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

 a { background-color: rgb(172,108,118); }

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

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

 span { border-color: rgb(172,108,118); }

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