#AE8A7C

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

Shades of Brandy Rose #AE8A7C

Tints of Brandy Rose #AE8A7C

Color information

#AE8A7C (or 0xAE8A7C) is unknown color: approx Brandy Rose. HEX triplet: AE, 8A and 7C. RGB value is (174,138,124). Sum of RGB (Red+Green+Blue) = 174+138+124=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A7C is #517583. Grayscale: #939393. Windows color (decimal): -5338500 or 8161966. OLE color: 8161966.

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

Color convert

RGB174138124-
CMYK00.210.290.32
HSL16.8º23.58%58.43%-
HSV(B)16.8º28.74%68.24%-
XYZ30.1828.6323-
YUV147.17114.93147.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=39.91%
G=31.65%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413812400.210.290.3216.823.5858.43
HexAE8A7C0151D2011183a
Octal2562121740253540213072
Binary10101110100010101111100010101111011000001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A7C; }

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

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

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

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

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

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

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

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