#AE867E

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

Shades of Brandy Rose #AE867E

Tints of Brandy Rose #AE867E

Color information

#AE867E (or 0xAE867E) is unknown color: approx Brandy Rose. HEX triplet: AE, 86 and 7E. RGB value is (174,134,126). Sum of RGB (Red+Green+Blue) = 174+134+126=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867E is #517981. Grayscale: #919191. Windows color (decimal): -5339522 or 8292014. OLE color: 8292014.

HSL color Cylindrical-coordinate representation of color #AE867E: hue angle of 10º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE867E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB174134126-
CMYK00.230.280.32
HSL10º22.86%58.82%-
HSV(B)10º27.59%68.24%-
XYZ29.7527.5623.49-
YUV145.05117.25148.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=40.09%
G=30.88%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413412600.230.280.321022.8658.82
HexAE867E0171C20a173b
Octal2562061760273440122773
Binary1010111010000110111111001011111100100000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE867E; }

 p { color: rgb(174,134,126); }

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

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

 a { background-color: rgb(174,134,126); }

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

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

 span { border-color: rgb(174,134,126); }

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