#AE8D81

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

Shades of Brandy Rose #AE8D81

Tints of Brandy Rose #AE8D81

Color information

#AE8D81 (or 0xAE8D81) is unknown color: approx Brandy Rose. HEX triplet: AE, 8D and 81. RGB value is (174,141,129). Sum of RGB (Red+Green+Blue) = 174+141+129=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D81 is #51727E. Grayscale: #959595. Windows color (decimal): -5337727 or 8490414. OLE color: 8490414.

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

Color convert

RGB174141129-
CMYK00.190.260.32
HSL16º21.74%59.41%-
HSV(B)16º25.86%68.24%-
XYZ30.9429.6324.86-
YUV149.5116.43145.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=39.19%
G=31.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414112900.190.260.321621.7459.41
HexAE8D810131A2010163b
Octal2562152010233240202673
Binary101011101000110110000001010011110101000001000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D81; }

 p { color: rgb(174,141,129); }

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

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

 a { background-color: rgb(174,141,129); }

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

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

 span { border-color: rgb(174,141,129); }

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