#AC7F80

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

Shades of Turkish Rose #AC7F80

Tints of Turkish Rose #AC7F80

Color information

#AC7F80 (or 0xAC7F80) is unknown color: approx Turkish Rose. HEX triplet: AC, 7F and 80. RGB value is (172,127,128). Sum of RGB (Red+Green+Blue) = 172+127+128=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F80 is #53807F. Grayscale: #8C8C8C. Windows color (decimal): -5472384 or 8421292. OLE color: 8421292.

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

Color convert

RGB172127128-
CMYK00.260.260.33
HSL358.67º21.33%58.63%-
HSV(B)358.67º26.16%67.45%-
XYZ28.525.5123.84-
YUV140.57120.91150.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=40.28%
G=29.74%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212712800.260.260.33358.6721.3358.63
HexAC7F8001A1A21167153b
Octal25417720003232415472573
Binary101011001111111100000000110101101010000110110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F80; }

 p { color: rgb(172,127,128); }

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

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

 a { background-color: rgb(172,127,128); }

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

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

 span { border-color: rgb(172,127,128); }

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