#AC897A

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

Shades of Brandy Rose #AC897A

Tints of Brandy Rose #AC897A

Color information

#AC897A (or 0xAC897A) is unknown color: approx Brandy Rose. HEX triplet: AC, 89 and 7A. RGB value is (172,137,122). Sum of RGB (Red+Green+Blue) = 172+137+122=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC897A is #537685. Grayscale: #919191. Windows color (decimal): -5469830 or 8030636. OLE color: 8030636.

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

Color convert

RGB172137122-
CMYK00.200.290.33
HSL18º23.15%57.65%-
HSV(B)18º29.07%67.45%-
XYZ29.4728.0722.28-
YUV145.76114.6146.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=39.91%
G=31.79%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213712200.200.290.331823.1557.65
HexAC897A0141D2112173a
Octal2542111720243541222772
Binary10101100100010011111010010100111011000011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC897A; }

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

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

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

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

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

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

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

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