#AC8989

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

Shades of Rosy Brown #AC8989

Tints of Rosy Brown #AC8989

Color information

#AC8989 (or 0xAC8989) is unknown color: approx Rosy Brown. HEX triplet: AC, 89 and 89. RGB value is (172,137,137). Sum of RGB (Red+Green+Blue) = 172+137+137=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8989 is #537676. Grayscale: #939393. Windows color (decimal): -5469815 or 9013676. OLE color: 9013676.

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

Color convert

RGB172137137-
CMYK00.200.200.33
HSL17.41%60.59%-
HSV(B)20.35%67.45%-
XYZ30.4728.4727.56-
YUV147.46122.1145.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=38.57%
G=30.72%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713700.200.200.33017.4160.59
HexAC898901414210113d
Octal254211211024244102175
Binary10101100100010011000100101010010100100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8989; }

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

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

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

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

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

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

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

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