#AC8284

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

Shades of Turkish Rose #AC8284

Tints of Turkish Rose #AC8284

Color information

#AC8284 (or 0xAC8284) is unknown color: approx Turkish Rose. HEX triplet: AC, 82 and 84. RGB value is (172,130,132). Sum of RGB (Red+Green+Blue) = 172+130+132=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8284 is #537D7B. Grayscale: #8E8E8E. Windows color (decimal): -5471612 or 8684204. OLE color: 8684204.

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

Color convert

RGB172130132-
CMYK00.240.230.33
HSL357.14º20.19%59.22%-
HSV(B)357.14º24.42%67.45%-
XYZ29.1626.425.39-
YUV142.79121.91148.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=39.63%
G=29.95%
B=30.41%

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
Decimal17213013200.240.230.33357.1420.1959.22
HexAC82840181721165143b
Octal25420220403027415452473
Binary1010110010000010100001000110001011110000110110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8284; }

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

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

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

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

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

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

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

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