#AC8585

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

Shades of Rosy Brown #AC8585

Tints of Rosy Brown #AC8585

Color information

#AC8585 (or 0xAC8585) is unknown color: approx Rosy Brown. HEX triplet: AC, 85 and 85. RGB value is (172,133,133). Sum of RGB (Red+Green+Blue) = 172+133+133=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8585 is #537A7A. Grayscale: #909090. Windows color (decimal): -5470843 or 8750508. OLE color: 8750508.

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

Color convert

RGB172133133-
CMYK00.230.230.33
HSL19.02%59.8%-
HSV(B)22.67%67.45%-
XYZ29.6327.2425.89-
YUV144.66121.42147.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=39.27%
G=30.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313300.230.230.33019.0259.8
HexAC858501717210133c
Octal254205205027274102374
Binary10101100100001011000010101011110111100001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8585; }

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

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

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

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

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

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

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

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