#AC8676

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

Shades of Brandy Rose #AC8676

Tints of Brandy Rose #AC8676

Color information

#AC8676 (or 0xAC8676) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 76. RGB value is (172,134,118). Sum of RGB (Red+Green+Blue) = 172+134+118=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8676 is #537989. Grayscale: #8F8F8F. Windows color (decimal): -5470602 or 7767724. OLE color: 7767724.

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

Color convert

RGB172134118-
CMYK00.220.310.33
HSL17.78º24.55%56.86%-
HSV(B)17.78º31.4%67.45%-
XYZ28.8127.1320.86-
YUV143.54113.59148.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=40.57%
G=31.60%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213411800.220.310.3317.7824.5556.86
HexAC86760161F21121939
Octal2542061660263741223171
Binary10101100100001101110110010110111111000011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8676; }

 p { color: rgb(172,134,118); }

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

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

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

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

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

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

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