#AE817A

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

Shades of Brandy Rose #AE817A

Tints of Brandy Rose #AE817A

Color information

#AE817A (or 0xAE817A) is unknown color: approx Brandy Rose. HEX triplet: AE, 81 and 7A. RGB value is (174,129,122). Sum of RGB (Red+Green+Blue) = 174+129+122=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE817A is #517E85. Grayscale: #8D8D8D. Windows color (decimal): -5340806 or 8028590. OLE color: 8028590.

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

Color convert

RGB174129122-
CMYK00.260.300.32
HSL8.08º24.3%58.04%-
HSV(B)8.08º29.89%68.24%-
XYZ28.8226.121.93-
YUV141.66116.91151.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=40.94%
G=30.35%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412912200.260.300.328.0824.358.04
HexAE817A01A1E208183a
Octal2562011720323640103072
Binary1010111010000001111101001101011110100000100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE817A; }

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

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

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

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

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

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

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

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