#AE877C

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

Shades of Brandy Rose #AE877C

Tints of Brandy Rose #AE877C

Color information

#AE877C (or 0xAE877C) is unknown color: approx Brandy Rose. HEX triplet: AE, 87 and 7C. RGB value is (174,135,124). Sum of RGB (Red+Green+Blue) = 174+135+124=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE877C is #517883. Grayscale: #919191. Windows color (decimal): -5339268 or 8161198. OLE color: 8161198.

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

Color convert

RGB174135124-
CMYK00.220.290.32
HSL13.2º23.58%58.43%-
HSV(B)13.2º28.74%68.24%-
XYZ29.7627.7822.86-
YUV145.41115.92148.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=40.18%
G=31.18%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413512400.220.290.3213.223.5858.43
HexAE877C0161D20d183a
Octal2562071740263540153072
Binary1010111010000111111110001011011101100000110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE877C; }

 p { color: rgb(174,135,124); }

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

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

 a { background-color: rgb(174,135,124); }

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

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

 span { border-color: rgb(174,135,124); }

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