#AC8776

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

Shades of Brandy Rose #AC8776

Tints of Brandy Rose #AC8776

Color information

#AC8776 (or 0xAC8776) is unknown color: approx Brandy Rose. HEX triplet: AC, 87 and 76. RGB value is (172,135,118). Sum of RGB (Red+Green+Blue) = 172+135+118=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8776 is #537889. Grayscale: #909090. Windows color (decimal): -5470346 or 7767980. OLE color: 7767980.

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

Color convert

RGB172135118-
CMYK00.220.310.33
HSL18.89º24.55%56.86%-
HSV(B)18.89º31.4%67.45%-
XYZ28.9527.4120.9-
YUV144.12113.26147.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=40.47%
G=31.76%
B=27.76%

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
Decimal17213511800.220.310.3318.8924.5556.86
HexAC87760161F21131939
Octal2542071660263741233171
Binary10101100100001111110110010110111111000011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8776; }

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

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

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

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

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

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

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

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