#AE877E

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

Shades of Brandy Rose #AE877E

Tints of Brandy Rose #AE877E

Color information

#AE877E (or 0xAE877E) is unknown color: approx Brandy Rose. HEX triplet: AE, 87 and 7E. RGB value is (174,135,126). Sum of RGB (Red+Green+Blue) = 174+135+126=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE877E is #517881. Grayscale: #919191. Windows color (decimal): -5339266 or 8292270. OLE color: 8292270.

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

Color convert

RGB174135126-
CMYK00.220.280.32
HSL11.25º22.86%58.82%-
HSV(B)11.25º27.59%68.24%-
XYZ29.8927.8323.54-
YUV145.64116.92148.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=40%
G=31.03%
B=28.97%

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
Decimal17413512600.220.280.3211.2522.8658.82
HexAE877E0161C20b173b
Octal2562071760263440132773
Binary1010111010000111111111001011011100100000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE877E; }

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

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

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

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

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

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

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

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