#AE897A

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

Shades of Brandy Rose #AE897A

Tints of Brandy Rose #AE897A

Color information

#AE897A (or 0xAE897A) is unknown color: approx Brandy Rose. HEX triplet: AE, 89 and 7A. RGB value is (174,137,122). Sum of RGB (Red+Green+Blue) = 174+137+122=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE897A is #517685. Grayscale: #929292. Windows color (decimal): -5338758 or 8030638. OLE color: 8030638.

HSL color Cylindrical-coordinate representation of color #AE897A: hue angle of 17.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE897A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174137122-
CMYK00.210.300.32
HSL17.31º24.3%58.04%-
HSV(B)17.31º29.89%68.24%-
XYZ29.9128.322.3-
YUV146.35114.26147.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=40.18%
G=31.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413712200.210.300.3217.3124.358.04
HexAE897A0151E2011183a
Octal2562111720253640213072
Binary10101110100010011111010010101111101000001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE897A; }

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

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

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

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

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

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

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

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