#AC6076

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

Shades of Turkish Rose #AC6076

Tints of Turkish Rose #AC6076

Color information

#AC6076 (or 0xAC6076) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 76. RGB value is (172,96,118). Sum of RGB (Red+Green+Blue) = 172+96+118=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6076 is #539F89. Grayscale: #797979. Windows color (decimal): -5480330 or 7757996. OLE color: 7757996.

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

Color convert

RGB17296118-
CMYK00.440.310.33
HSL342.63º31.4%52.55%-
HSV(B)342.63º44.19%67.45%-
XYZ24.4718.4419.41-
YUV121.23126.18164.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=44.56%
G=24.87%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611800.440.310.33342.6331.452.55
HexAC607602C1F211571f35
Octal25414016605437415273765
Binary101011001100000111011001011001111110000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6076; }

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

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

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

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

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

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

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

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