#AC8176

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

Shades of Brandy Rose #AC8176

Tints of Brandy Rose #AC8176

Color information

#AC8176 (or 0xAC8176) is unknown color: approx Brandy Rose. HEX triplet: AC, 81 and 76. RGB value is (172,129,118). Sum of RGB (Red+Green+Blue) = 172+129+118=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8176 is #537E89. Grayscale: #8C8C8C. Windows color (decimal): -5471882 or 7766444. OLE color: 7766444.

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

Color convert

RGB172129118-
CMYK00.250.310.33
HSL12.22º24.55%56.86%-
HSV(B)12.22º31.4%67.45%-
XYZ28.1325.7820.63-
YUV140.6115.25150.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=41.05%
G=30.79%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212911800.250.310.3312.2224.5556.86
HexAC81760191F21c1939
Octal2542011660313741143171
Binary1010110010000001111011001100111111100001110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8176; }

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

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

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

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

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

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

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

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