#AE8776

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

Shades of Brandy Rose #AE8776

Tints of Brandy Rose #AE8776

Color information

#AE8776 (or 0xAE8776) is unknown color: approx Brandy Rose. HEX triplet: AE, 87 and 76. RGB value is (174,135,118). Sum of RGB (Red+Green+Blue) = 174+135+118=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8776 is #517889. Grayscale: #909090. Windows color (decimal): -5339274 or 7767982. OLE color: 7767982.

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

Color convert

RGB174135118-
CMYK00.220.320.32
HSL18.21º25.69%57.25%-
HSV(B)18.21º32.18%68.24%-
XYZ29.3927.6320.92-
YUV144.72112.92148.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.75%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=40.75%
G=31.62%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413511800.220.320.3218.2125.6957.25
HexAE87760162020121a39
Octal2562071660264040223271
Binary101011101000011111101100101101000001000001001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8776; }

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

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

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

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

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

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

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

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