#AC8276

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

Shades of Brandy Rose #AC8276

Tints of Brandy Rose #AC8276

Color information

#AC8276 (or 0xAC8276) is unknown color: approx Brandy Rose. HEX triplet: AC, 82 and 76. RGB value is (172,130,118). Sum of RGB (Red+Green+Blue) = 172+130+118=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8276 is #537D89. Grayscale: #8D8D8D. Windows color (decimal): -5471626 or 7766700. OLE color: 7766700.

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

Color convert

RGB172130118-
CMYK00.240.310.33
HSL13.33º24.55%56.86%-
HSV(B)13.33º31.4%67.45%-
XYZ28.2726.0420.68-
YUV141.19114.91149.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=40.95%
G=30.95%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213011800.240.310.3313.3324.5556.86
HexAC82760181F21d1939
Octal2542021660303741153171
Binary1010110010000010111011001100011111100001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8276; }

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

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

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

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

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

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

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

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