#AC8486

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

Shades of Turkish Rose #AC8486

Tints of Turkish Rose #AC8486

Color information

#AC8486 (or 0xAC8486) is unknown color: approx Turkish Rose. HEX triplet: AC, 84 and 86. RGB value is (172,132,134). Sum of RGB (Red+Green+Blue) = 172+132+134=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8486 is #537B79. Grayscale: #909090. Windows color (decimal): -5471098 or 8815788. OLE color: 8815788.

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

Color convert

RGB172132134-
CMYK00.230.220.33
HSL357º19.42%59.61%-
HSV(B)357º23.26%67.45%-
XYZ29.5726.9926.21-
YUV144.19122.25147.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=39.27%
G=30.14%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213213400.230.220.3335719.4259.61
HexAC84860171621165133c
Octal25420420602726415452374
Binary1010110010000100100001100101111011010000110110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8486; }

 p { color: rgb(172,132,134); }

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

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

 a { background-color: rgb(172,132,134); }

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

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

 span { border-color: rgb(172,132,134); }

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