#AC7A80

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

Shades of Turkish Rose #AC7A80

Tints of Turkish Rose #AC7A80

Color information

#AC7A80 (or 0xAC7A80) is unknown color: approx Turkish Rose. HEX triplet: AC, 7A and 80. RGB value is (172,122,128). Sum of RGB (Red+Green+Blue) = 172+122+128=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A80 is #53857F. Grayscale: #898989. Windows color (decimal): -5473664 or 8420012. OLE color: 8420012.

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

Color convert

RGB172122128-
CMYK00.290.260.33
HSL352.8º23.15%57.65%-
HSV(B)352.8º29.07%67.45%-
XYZ27.8724.2523.63-
YUV137.63122.56152.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=40.76%
G=28.91%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212212800.290.260.33352.823.1557.65
HexAC7A8001D1A21161173a
Octal25417220003532415412772
Binary101011001111010100000000111011101010000110110000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A80; }

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

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

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

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

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

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

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

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