#AE887D

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

Shades of Brandy Rose #AE887D

Tints of Brandy Rose #AE887D

Color information

#AE887D (or 0xAE887D) is unknown color: approx Brandy Rose. HEX triplet: AE, 88 and 7D. RGB value is (174,136,125). Sum of RGB (Red+Green+Blue) = 174+136+125=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887D is #517782. Grayscale: #929292. Windows color (decimal): -5339011 or 8226990. OLE color: 8226990.

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

Color convert

RGB174136125-
CMYK00.220.280.32
HSL13.47º23.22%58.63%-
HSV(B)13.47º28.16%68.24%-
XYZ29.9628.0923.24-
YUV146.11116.09147.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=40%
G=31.26%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413612500.220.280.3213.4723.2258.63
HexAE887D0161C20d173b
Octal2562101750263440152773
Binary1010111010001000111110101011011100100000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE887D; }

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

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

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

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

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

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

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

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