#AC7275

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

Shades of Turkish Rose #AC7275

Tints of Turkish Rose #AC7275

Color information

#AC7275 (or 0xAC7275) is unknown color: approx Turkish Rose. HEX triplet: AC, 72 and 75. RGB value is (172,114,117). Sum of RGB (Red+Green+Blue) = 172+114+117=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7275 is #538D8A. Grayscale: #838383. Windows color (decimal): -5475723 or 7697068. OLE color: 7697068.

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

Color convert

RGB172114117-
CMYK00.340.320.33
HSL356.9º25.89%56.08%-
HSV(B)356.9º33.72%67.45%-
XYZ26.2422.0919.71-
YUV131.68119.72156.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=42.68%
G=28.29%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211411700.340.320.33356.925.8956.08
HexAC727502220211651a38
Octal25416216504240415453270
Binary1010110011100101110101010001010000010000110110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7275; }

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

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

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

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

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

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

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

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