#AC7B80

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

Shades of Turkish Rose #AC7B80

Tints of Turkish Rose #AC7B80

Color information

#AC7B80 (or 0xAC7B80) is unknown color: approx Turkish Rose. HEX triplet: AC, 7B and 80. RGB value is (172,123,128). Sum of RGB (Red+Green+Blue) = 172+123+128=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B80 is #53847F. Grayscale: #8A8A8A. Windows color (decimal): -5473408 or 8420268. OLE color: 8420268.

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

Color convert

RGB172123128-
CMYK00.280.260.33
HSL353.88º22.79%57.84%-
HSV(B)353.88º28.49%67.45%-
XYZ27.9924.523.67-
YUV138.22122.23152.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=40.66%
G=29.08%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212312800.280.260.33353.8822.7957.84
HexAC7B8001C1A21162173a
Octal25417320003432415422772
Binary101011001111011100000000111001101010000110110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B80; }

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

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

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

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

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

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

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

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