#AE857B

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

Shades of Brandy Rose #AE857B

Tints of Brandy Rose #AE857B

Color information

#AE857B (or 0xAE857B) is unknown color: approx Brandy Rose. HEX triplet: AE, 85 and 7B. RGB value is (174,133,123). Sum of RGB (Red+Green+Blue) = 174+133+123=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857B is #517A84. Grayscale: #909090. Windows color (decimal): -5339781 or 8095150. OLE color: 8095150.

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

Color convert

RGB174133123-
CMYK00.240.290.32
HSL11.76º23.94%58.24%-
HSV(B)11.76º29.31%68.24%-
XYZ29.4227.222.44-
YUV144.12116.08149.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=40.47%
G=30.93%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413312300.240.290.3211.7623.9458.24
HexAE857B0181D20c183a
Octal2562051730303540143072
Binary1010111010000101111101101100011101100000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE857B; }

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

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

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

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

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

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

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

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