#AC897E

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

Shades of Brandy Rose #AC897E

Tints of Brandy Rose #AC897E

Color information

#AC897E (or 0xAC897E) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 7E. RGB value is (172,137,126). Sum of RGB (Red+Green+Blue) = 172+137+126=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897E is #537681. Grayscale: #929292. Windows color (decimal): -5469826 or 8292780. OLE color: 8292780.

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

Color convert

RGB172137126-
CMYK00.200.270.33
HSL14.35º21.7%58.43%-
HSV(B)14.35º26.74%67.45%-
XYZ29.7228.1723.61-
YUV146.21116.6146.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=39.54%
G=31.49%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213712600.200.270.3314.3521.758.43
HexAC897E0141B21e163a
Octal2542111760243341162672
Binary1010110010001001111111001010011011100001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC897E; }

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

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

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

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

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

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

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

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