#AC8574

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

Shades of Brandy Rose #AC8574

Tints of Brandy Rose #AC8574

Color information

#AC8574 (or 0xAC8574) is unknown color: approx Brandy Rose. HEX triplet: AC, 85 and 74. RGB value is (172,133,116). Sum of RGB (Red+Green+Blue) = 172+133+116=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8574 is #537A8B. Grayscale: #8E8E8E. Windows color (decimal): -5470860 or 7636396. OLE color: 7636396.

HSL color Cylindrical-coordinate representation of color #AC8574: hue angle of 18.21º degrees, saturation: 0.25, 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 #AC8574 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172133116-
CMYK00.230.330.33
HSL18.21º25.23%56.47%-
HSV(B)18.21º32.56%67.45%-
XYZ28.5526.8120.19-
YUV142.72112.92148.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=40.86%
G=31.59%
B=27.55%

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
Decimal17213311600.230.330.3318.2125.2356.47
HexAC85740172121121938
Octal2542051640274141223170
Binary101011001000010111101000101111000011000011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8574; }

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

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

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

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

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

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

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

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