#AC6172

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

Shades of Turkish Rose #AC6172

Tints of Turkish Rose #AC6172

Color information

#AC6172 (or 0xAC6172) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 72. RGB value is (172,97,114). Sum of RGB (Red+Green+Blue) = 172+97+114=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6172 is #539E8D. Grayscale: #797979. Windows color (decimal): -5480078 or 7496108. OLE color: 7496108.

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

Color convert

RGB17297114-
CMYK00.440.340.33
HSL346.4º31.12%52.75%-
HSV(B)346.4º43.6%67.45%-
XYZ24.3318.5318.22-
YUV121.36123.85164.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=44.91%
G=25.33%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729711400.440.340.33346.431.1252.75
HexAC617202C222115a1f35
Octal25414116205442415323765
Binary1010110011000011110010010110010001010000110101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6172; }

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

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

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

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

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

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

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

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