#AE8779

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

Shades of Brandy Rose #AE8779

Tints of Brandy Rose #AE8779

Color information

#AE8779 (or 0xAE8779) is unknown color: approx Brandy Rose. HEX triplet: AE, 87 and 79. RGB value is (174,135,121). Sum of RGB (Red+Green+Blue) = 174+135+121=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8779 is #517886. Grayscale: #919191. Windows color (decimal): -5339271 or 7964590. OLE color: 7964590.

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

Color convert

RGB174135121-
CMYK00.220.300.32
HSL15.85º24.65%57.84%-
HSV(B)15.85º30.46%68.24%-
XYZ29.5727.7121.88-
YUV145.06114.42148.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=40.47%
G=31.40%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413512100.220.300.3215.8524.6557.84
HexAE87790161E2010193a
Octal2562071710263640203172
Binary10101110100001111111001010110111101000001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8779; }

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

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

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

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

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

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

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

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