#AC7279

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

Shades of Turkish Rose #AC7279

Tints of Turkish Rose #AC7279

Color information

#AC7279 (or 0xAC7279) is unknown color: approx Turkish Rose. HEX triplet: AC, 72 and 79. RGB value is (172,114,121). Sum of RGB (Red+Green+Blue) = 172+114+121=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7279 is #538D86. Grayscale: #848484. Windows color (decimal): -5475719 or 7959212. OLE color: 7959212.

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

Color convert

RGB172114121-
CMYK00.340.300.33
HSL352.76º25.89%56.08%-
HSV(B)352.76º33.72%67.45%-
XYZ26.4822.1920.98-
YUV132.14121.72156.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=42.26%
G=28.01%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211412100.340.300.33352.7625.8956.08
HexAC72790221E211611a38
Octal25416217104236415413270
Binary101011001110010111100101000101111010000110110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7279; }

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

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

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

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

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

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

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

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