#AC7075

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

Shades of Turkish Rose #AC7075

Tints of Turkish Rose #AC7075

Color information

#AC7075 (or 0xAC7075) is unknown color: approx Turkish Rose. HEX triplet: AC, 70 and 75. RGB value is (172,112,117). Sum of RGB (Red+Green+Blue) = 172+112+117=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7075 is #538F8A. Grayscale: #828282. Windows color (decimal): -5476235 or 7696556. OLE color: 7696556.

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

Color convert

RGB172112117-
CMYK00.350.320.33
HSL355º26.55%55.69%-
HSV(B)355º34.88%67.45%-
XYZ26.0221.6419.64-
YUV130.51120.38157.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=42.89%
G=27.93%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211211700.350.320.3335526.5555.69
HexAC707502320211631b38
Octal25416016504340415433370
Binary1010110011100001110101010001110000010000110110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7075; }

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

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

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

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

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

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

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

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