#AC8082

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

Shades of Turkish Rose #AC8082

Tints of Turkish Rose #AC8082

Color information

#AC8082 (or 0xAC8082) is unknown color: approx Turkish Rose. HEX triplet: AC, 80 and 82. RGB value is (172,128,130). Sum of RGB (Red+Green+Blue) = 172+128+130=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8082 is #537F7D. Grayscale: #8D8D8D. Windows color (decimal): -5472126 or 8552620. OLE color: 8552620.

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

Color convert

RGB172128130-
CMYK00.260.240.33
HSL357.27º20.95%58.82%-
HSV(B)357.27º25.58%67.45%-
XYZ28.7625.8224.59-
YUV141.38121.58149.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=40%
G=29.77%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212813000.260.240.33357.2720.9558.82
HexAC808201A1821165153b
Octal25420020203230415452573
Binary1010110010000000100000100110101100010000110110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8082; }

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

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

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

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

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

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

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

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