#AC6776

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

Shades of Turkish Rose #AC6776

Tints of Turkish Rose #AC6776

Color information

#AC6776 (or 0xAC6776) is unknown color: approx Turkish Rose. HEX triplet: AC, 67 and 76. RGB value is (172,103,118). Sum of RGB (Red+Green+Blue) = 172+103+118=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6776 is #539889. Grayscale: #7D7D7D. Windows color (decimal): -5478538 or 7759788. OLE color: 7759788.

HSL color Cylindrical-coordinate representation of color #AC6776: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6776 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172103118-
CMYK00.400.310.33
HSL346.96º29.36%53.92%-
HSV(B)346.96º40.12%67.45%-
XYZ25.1319.7819.63-
YUV125.34123.86161.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=43.77%
G=26.21%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210311800.400.310.33346.9629.3653.92
HexAC67760281F2115b1d36
Octal25414716605037415333566
Binary101011001100111111011001010001111110000110101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6776; }

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

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

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

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

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

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

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

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