#AC8479

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

Shades of Brandy Rose #AC8479

Tints of Brandy Rose #AC8479

Color information

#AC8479 (or 0xAC8479) is unknown color: approx Brandy Rose. HEX triplet: AC, 84 and 79. RGB value is (172,132,121). Sum of RGB (Red+Green+Blue) = 172+132+121=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8479 is #537B86. Grayscale: #8E8E8E. Windows color (decimal): -5471111 or 7963820. OLE color: 7963820.

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

Color convert

RGB172132121-
CMYK00.230.300.33
HSL12.94º23.5%57.45%-
HSV(B)12.94º29.65%67.45%-
XYZ28.7226.6521.72-
YUV142.71115.75148.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=40.47%
G=31.06%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213212100.230.300.3312.9423.557.45
HexAC84790171E21d1839
Octal2542041710273641153071
Binary1010110010000100111100101011111110100001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8479; }

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

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

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

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

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

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

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

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