#AC897B

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

Shades of Brandy Rose #AC897B

Tints of Brandy Rose #AC897B

Color information

#AC897B (or 0xAC897B) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 7B. RGB value is (172,137,123). Sum of RGB (Red+Green+Blue) = 172+137+123=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897B is #537684. Grayscale: #919191. Windows color (decimal): -5469829 or 8096172. OLE color: 8096172.

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

Color convert

RGB172137123-
CMYK00.200.280.33
HSL17.14º22.79%57.84%-
HSV(B)17.14º28.49%67.45%-
XYZ29.5328.0922.6-
YUV145.87115.1146.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=39.81%
G=31.71%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213712300.200.280.3317.1422.7957.84
HexAC897B0141C2111173a
Octal2542111730243441212772
Binary10101100100010011111011010100111001000011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC897B; }

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

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

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

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

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

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

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

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