#AC8476

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

Shades of Brandy Rose #AC8476

Tints of Brandy Rose #AC8476

Color information

#AC8476 (or 0xAC8476) is unknown color: approx Brandy Rose. HEX triplet: AC, 84 and 76. RGB value is (172,132,118). Sum of RGB (Red+Green+Blue) = 172+132+118=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8476 is #537B89. Grayscale: #8E8E8E. Windows color (decimal): -5471114 or 7767212. OLE color: 7767212.

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

Color convert

RGB172132118-
CMYK00.230.310.33
HSL15.56º24.55%56.86%-
HSV(B)15.56º31.4%67.45%-
XYZ28.5326.5820.77-
YUV142.36114.25149.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=40.76%
G=31.28%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213211800.230.310.3315.5624.5556.86
HexAC84760171F21101939
Octal2542041660273741203171
Binary10101100100001001110110010111111111000011000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8476; }

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

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

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

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

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

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

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

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