#AC8677

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

Shades of Brandy Rose #AC8677

Tints of Brandy Rose #AC8677

Color information

#AC8677 (or 0xAC8677) is unknown color: approx Brandy Rose. HEX triplet: AC, 86 and 77. RGB value is (172,134,119). Sum of RGB (Red+Green+Blue) = 172+134+119=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8677 is #537988. Grayscale: #8F8F8F. Windows color (decimal): -5470601 or 7833260. OLE color: 7833260.

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

Color convert

RGB172134119-
CMYK00.220.310.33
HSL16.98º24.2%57.06%-
HSV(B)16.98º30.81%67.45%-
XYZ28.8727.1521.17-
YUV143.65114.09148.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 119 (46.88% from 255) = 28%
R=40.47%
G=31.53%
B=28%

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
Decimal17213411900.220.310.3316.9824.257.06
HexAC86770161F21111839
Octal2542061670263741213071
Binary10101100100001101110111010110111111000011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8677; }

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

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

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

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

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

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

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

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