#AC8474

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

Shades of Brandy Rose #AC8474

Tints of Brandy Rose #AC8474

Color information

#AC8474 (or 0xAC8474) is unknown color: approx Brandy Rose. HEX triplet: AC, 84 and 74. RGB value is (172,132,116). Sum of RGB (Red+Green+Blue) = 172+132+116=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8474 is #537B8B. Grayscale: #8E8E8E. Windows color (decimal): -5471116 or 7636140. OLE color: 7636140.

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

Color convert

RGB172132116-
CMYK00.230.330.33
HSL17.14º25.23%56.47%-
HSV(B)17.14º32.56%67.45%-
XYZ28.4226.5320.15-
YUV142.14113.25149.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=40.95%
G=31.43%
B=27.62%

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
Decimal17213211600.230.330.3317.1425.2356.47
HexAC84740172121111938
Octal2542041640274141213170
Binary101011001000010011101000101111000011000011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8474; }

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

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

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

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

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

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

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

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