#AC8573

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

Shades of Brandy Rose #AC8573

Tints of Brandy Rose #AC8573

Color information

#AC8573 (or 0xAC8573) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 73. RGB value is (172,133,115). Sum of RGB (Red+Green+Blue) = 172+133+115=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8573 is #537A8C. Grayscale: #8E8E8E. Windows color (decimal): -5470861 or 7570860. OLE color: 7570860.

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

Color convert

RGB172133115-
CMYK00.230.330.33
HSL18.95º25.56%56.27%-
HSV(B)18.95º33.14%67.45%-
XYZ28.526.7819.89-
YUV142.61112.42148.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=40.95%
G=31.67%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213311500.230.330.3318.9525.5656.27
HexAC85730172121131a38
Octal2542051630274141233270
Binary101011001000010111100110101111000011000011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8573; }

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

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

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

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

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

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

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

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