#AC8888

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

Shades of Rosy Brown #AC8888

Tints of Rosy Brown #AC8888

Color information

#AC8888 (or 0xAC8888) is unknown color: approx Rosy Brown. HEX triplet: AC, 88 and 88. RGB value is (172,136,136). Sum of RGB (Red+Green+Blue) = 172+136+136=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8888 is #537777. Grayscale: #929292. Windows color (decimal): -5470072 or 8947884. OLE color: 8947884.

HSL color Cylindrical-coordinate representation of color #AC8888: 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.21%. Process color model (Four color, CMYK) of #AC8888 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB172136136-
CMYK00.210.210.33
HSL17.82%60.39%-
HSV(B)20.93%67.45%-
XYZ30.2628.1627.13-
YUV146.76121.93146-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213613600.210.210.33017.8260.39
HexAC888801515210123c
Octal254210210025254102274
Binary10101100100010001000100001010110101100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8888; }

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

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

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

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

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

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

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

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