#AC6575

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

Shades of Turkish Rose #AC6575

Tints of Turkish Rose #AC6575

Color information

#AC6575 (or 0xAC6575) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 75. RGB value is (172,101,117). Sum of RGB (Red+Green+Blue) = 172+101+117=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6575 is #539A8A. Grayscale: #7C7C7C. Windows color (decimal): -5479051 or 7693740. OLE color: 7693740.

HSL color Cylindrical-coordinate representation of color #AC6575: hue angle of 346.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6575 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172101117-
CMYK00.410.320.33
HSL346.48º29.96%53.53%-
HSV(B)346.48º41.28%67.45%-
XYZ24.8819.3619.26-
YUV124.05124.02162.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 117 (46.09% from 255) = 30%
R=44.10%
G=25.90%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210111700.410.320.33346.4829.9653.53
HexAC6575029202115a1e36
Octal25414516505140415323666
Binary1010110011001011110101010100110000010000110101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6575; }

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

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

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

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

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

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

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

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