#AE857D

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

Shades of Brandy Rose #AE857D

Tints of Brandy Rose #AE857D

Color information

#AE857D (or 0xAE857D) is unknown color: approx Brandy Rose. HEX triplet: AE, 85 and 7D. RGB value is (174,133,125). Sum of RGB (Red+Green+Blue) = 174+133+125=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857D is #517A82. Grayscale: #909090. Windows color (decimal): -5339779 or 8226222. OLE color: 8226222.

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

Color convert

RGB174133125-
CMYK00.240.280.32
HSL9.8º23.22%58.63%-
HSV(B)9.8º28.16%68.24%-
XYZ29.5427.2523.11-
YUV144.35117.08149.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=40.28%
G=30.79%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413312500.240.280.329.823.2258.63
HexAE857D0181C20a173b
Octal2562051750303440122773
Binary1010111010000101111110101100011100100000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE857D; }

 p { color: rgb(174,133,125); }

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

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

 a { background-color: rgb(174,133,125); }

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

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

 span { border-color: rgb(174,133,125); }

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