#AC847D

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

Shades of Brandy Rose #AC847D

Tints of Brandy Rose #AC847D

Color information

#AC847D (or 0xAC847D) is unknown color: approx Brandy Rose. HEX triplet: AC, 84 and 7D. RGB value is (172,132,125). Sum of RGB (Red+Green+Blue) = 172+132+125=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847D is #537B82. Grayscale: #8F8F8F. Windows color (decimal): -5471107 or 8225964. OLE color: 8225964.

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

Color convert

RGB172132125-
CMYK00.230.270.33
HSL8.94º22.07%58.24%-
HSV(B)8.94º27.33%67.45%-
XYZ28.9726.7523.04-
YUV143.16117.75148.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=40.09%
G=30.77%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213212500.230.270.338.9422.0758.24
HexAC847D0171B219163a
Octal2542041750273341112672
Binary1010110010000100111110101011111011100001100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC847D; }

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

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

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

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

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

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

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

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