#AC8787

Color #AC8787 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #AC8787

Tints of Rosy Brown #AC8787

Color information

#AC8787 (or 0xAC8787) is unknown color: approx Rosy Brown. HEX triplet: AC, 87 and 87. RGB value is (172,135,135). Sum of RGB (Red+Green+Blue) = 172+135+135=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8787 is #537878. Grayscale: #929292. Windows color (decimal): -5470329 or 8882092. OLE color: 8882092.

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

Color convert

RGB172135135-
CMYK00.220.220.33
HSL18.23%60.2%-
HSV(B)21.51%67.45%-
XYZ30.0527.8526.71-
YUV146.06121.76146.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=38.91%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213513500.220.220.33018.2360.2
HexAC878701616210123c
Octal254207207026264102274
Binary10101100100001111000011101011010110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8787; }

 p { color: rgb(172,135,135); }

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

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

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

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

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

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

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