#AC626E

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

Shades of Turkish Rose #AC626E

Tints of Turkish Rose #AC626E

Color information

#AC626E (or 0xAC626E) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 6E. RGB value is (172,98,110). Sum of RGB (Red+Green+Blue) = 172+98+110=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC626E is #539D91. Grayscale: #797979. Windows color (decimal): -5479826 or 7234220. OLE color: 7234220.

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

Color convert

RGB17298110-
CMYK00.430.360.33
HSL350.27º30.83%52.94%-
HSV(B)350.27º43.02%67.45%-
XYZ24.218.6317.07-
YUV121.49121.52164.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=45.26%
G=25.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729811000.430.360.33350.2730.8352.94
HexAC626E02B242115e1f35
Octal25414215605344415363765
Binary1010110011000101101110010101110010010000110101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC626E; }

 p { color: rgb(172,98,110); }

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

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

 a { background-color: rgb(172,98,110); }

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

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

 span { border-color: rgb(172,98,110); }

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