#AC8485

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

Shades of Turkish Rose #AC8485

Tints of Turkish Rose #AC8485

Color information

#AC8485 (or 0xAC8485) is unknown color: approx Turkish Rose. HEX triplet: AC, 84 and 85. RGB value is (172,132,133). Sum of RGB (Red+Green+Blue) = 172+132+133=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8485 is #537B7A. Grayscale: #909090. Windows color (decimal): -5471099 or 8750252. OLE color: 8750252.

HSL color Cylindrical-coordinate representation of color #AC8485: hue angle of 358.5º 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 #AC8485 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172132133-
CMYK00.230.230.33
HSL358.5º19.42%59.61%-
HSV(B)358.5º23.26%67.45%-
XYZ29.526.9725.84-
YUV144.07121.75147.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=39.36%
G=30.21%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213213300.230.230.33358.519.4259.61
HexAC84850171721166133c
Octal25420420502727415462374
Binary1010110010000100100001010101111011110000110110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8485; }

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

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

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

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

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

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

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

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