#AC847F

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

Shades of Brandy Rose #AC847F

Tints of Brandy Rose #AC847F

Color information

#AC847F (or 0xAC847F) is unknown color: approx Brandy Rose. HEX triplet: AC, 84 and 7F. RGB value is (172,132,127). Sum of RGB (Red+Green+Blue) = 172+132+127=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847F is #537B80. Grayscale: #8F8F8F. Windows color (decimal): -5471105 or 8357036. OLE color: 8357036.

HSL color Cylindrical-coordinate representation of color #AC847F: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC847F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172132127-
CMYK00.230.260.33
HSL6.67º21.33%58.63%-
HSV(B)6.67º26.16%67.45%-
XYZ29.126.8123.72-
YUV143.39118.75148.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 127 (50% from 255) = 29.47%
R=39.91%
G=30.63%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213212700.230.260.336.6721.3358.63
HexAC847F0171A217153b
Octal254204177027324172573
Binary101011001000010011111110101111101010000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC847F; }

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

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

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

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

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

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

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

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