#AC787A

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

Shades of Turkish Rose #AC787A

Tints of Turkish Rose #AC787A

Color information

#AC787A (or 0xAC787A) is unknown color: approx Turkish Rose. HEX triplet: AC, 78 and 7A. RGB value is (172,120,122). Sum of RGB (Red+Green+Blue) = 172+120+122=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787A is #538785. Grayscale: #878787. Windows color (decimal): -5474182 or 8026284. OLE color: 8026284.

HSL color Cylindrical-coordinate representation of color #AC787A: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC787A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB172120122-
CMYK00.300.290.33
HSL357.69º23.85%57.25%-
HSV(B)357.69º30.23%67.45%-
XYZ27.2423.6121.53-
YUV135.78120.23153.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=41.55%
G=28.99%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212012200.300.290.33357.6923.8557.25
HexAC787A01E1D211661839
Octal25417017203635415463071
Binary10101100111100011110100111101110110000110110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC787A; }

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

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

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

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

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

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

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

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