#AE8884

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

Shades of Brandy Rose #AE8884

Tints of Brandy Rose #AE8884

Color information

#AE8884 (or 0xAE8884) is unknown color: approx Brandy Rose. HEX triplet: AE, 88 and 84. RGB value is (174,136,132). Sum of RGB (Red+Green+Blue) = 174+136+132=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8884 is #51777B. Grayscale: #929292. Windows color (decimal): -5339004 or 8685742. OLE color: 8685742.

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

Color convert

RGB174136132-
CMYK00.220.240.32
HSL5.71º20.59%60%-
HSV(B)5.71º24.14%68.24%-
XYZ30.4228.2725.68-
YUV146.91119.59147.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=39.37%
G=30.77%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413613200.220.240.325.7120.5960
HexAE888401618206153c
Octal256210204026304062574
Binary1010111010001000100001000101101100010000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8884; }

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

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

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

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

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

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

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

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