#AC6075

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

Shades of Turkish Rose #AC6075

Tints of Turkish Rose #AC6075

Color information

#AC6075 (or 0xAC6075) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 75. RGB value is (172,96,117). Sum of RGB (Red+Green+Blue) = 172+96+117=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6075 is #539F8A. Grayscale: #797979. Windows color (decimal): -5480331 or 7692460. OLE color: 7692460.

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

Color convert

RGB17296117-
CMYK00.440.320.33
HSL343.42º31.4%52.55%-
HSV(B)343.42º44.19%67.45%-
XYZ24.4118.4219.1-
YUV121.12125.68164.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=44.68%
G=24.94%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611700.440.320.33343.4231.452.55
HexAC607502C20211571f35
Octal25414016505440415273765
Binary1010110011000001110101010110010000010000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6075; }

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

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

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

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

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

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

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

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