#AC897F

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

Shades of Brandy Rose #AC897F

Tints of Brandy Rose #AC897F

Color information

#AC897F (or 0xAC897F) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 7F. RGB value is (172,137,127). Sum of RGB (Red+Green+Blue) = 172+137+127=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897F is #537680. Grayscale: #929292. Windows color (decimal): -5469825 or 8358316. OLE color: 8358316.

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

Color convert

RGB172137127-
CMYK00.200.260.33
HSL13.33º21.33%58.63%-
HSV(B)13.33º26.16%67.45%-
XYZ29.7928.1923.95-
YUV146.32117.1146.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 127 (50% from 255) = 29.13%
R=39.45%
G=31.42%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213712700.200.260.3313.3321.3358.63
HexAC897F0141A21d153b
Octal2542111770243241152573
Binary1010110010001001111111101010011010100001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC897F; }

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

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

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

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

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

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

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

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