#AC6876

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

Shades of Turkish Rose #AC6876

Tints of Turkish Rose #AC6876

Color information

#AC6876 (or 0xAC6876) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 76. RGB value is (172,104,118). Sum of RGB (Red+Green+Blue) = 172+104+118=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6876 is #539789. Grayscale: #7D7D7D. Windows color (decimal): -5478282 or 7760044. OLE color: 7760044.

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

Color convert

RGB172104118-
CMYK00.400.310.33
HSL347.65º29.06%54.12%-
HSV(B)347.65º39.53%67.45%-
XYZ25.2319.9819.67-
YUV125.93123.53160.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=43.65%
G=26.40%
B=29.95%

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
Decimal17210411800.400.310.33347.6529.0654.12
HexAC68760281F2115c1d36
Octal25415016605037415343566
Binary101011001101000111011001010001111110000110101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6876; }

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

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

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

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

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

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

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

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