#AC8285

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

Shades of Turkish Rose #AC8285

Tints of Turkish Rose #AC8285

Color information

#AC8285 (or 0xAC8285) is unknown color: approx Turkish Rose. HEX triplet: AC, 82 and 85. RGB value is (172,130,133). Sum of RGB (Red+Green+Blue) = 172+130+133=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8285 is #537D7A. Grayscale: #8E8E8E. Windows color (decimal): -5471611 or 8749740. OLE color: 8749740.

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

Color convert

RGB172130133-
CMYK00.240.230.33
HSL355.71º20.19%59.22%-
HSV(B)355.71º24.42%67.45%-
XYZ29.2326.4325.75-
YUV142.9122.41148.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=39.54%
G=29.89%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213013300.240.230.33355.7120.1959.22
HexAC82850181721164143b
Octal25420220503027415442473
Binary1010110010000010100001010110001011110000110110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8285; }

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

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

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

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

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

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

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

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