#AC6175

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

Shades of Turkish Rose #AC6175

Tints of Turkish Rose #AC6175

Color information

#AC6175 (or 0xAC6175) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 75. RGB value is (172,97,117). Sum of RGB (Red+Green+Blue) = 172+97+117=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6175 is #539E8A. Grayscale: #797979. Windows color (decimal): -5480075 or 7692716. OLE color: 7692716.

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

Color convert

RGB17297117-
CMYK00.440.320.33
HSL344º31.12%52.75%-
HSV(B)344º43.6%67.45%-
XYZ24.518.619.13-
YUV121.7125.35163.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=44.56%
G=25.13%
B=30.31%

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
Decimal1729711700.440.320.3334431.1252.75
HexAC617502C20211581f35
Octal25414116505440415303765
Binary1010110011000011110101010110010000010000110101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6175; }

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

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

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

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

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

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

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

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