#AE8A81

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

Shades of Brandy Rose #AE8A81

Tints of Brandy Rose #AE8A81

Color information

#AE8A81 (or 0xAE8A81) is unknown color: approx Brandy Rose. HEX triplet: AE, 8A and 81. RGB value is (174,138,129). Sum of RGB (Red+Green+Blue) = 174+138+129=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A81 is #51757E. Grayscale: #939393. Windows color (decimal): -5338495 or 8489646. OLE color: 8489646.

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

Color convert

RGB174138129-
CMYK00.210.260.32
HSL12º21.74%59.41%-
HSV(B)12º25.86%68.24%-
XYZ30.5128.7624.71-
YUV147.74117.43146.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=39.46%
G=31.29%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413812900.210.260.321221.7459.41
HexAE8A810151A20c163b
Octal2562122010253240142673
Binary10101110100010101000000101010111010100000110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A81; }

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

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

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

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

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

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

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

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