#AE8A7F

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

Shades of Brandy Rose #AE8A7F

Tints of Brandy Rose #AE8A7F

Color information

#AE8A7F (or 0xAE8A7F) is unknown color: approx Brandy Rose. HEX triplet: AE, 8A and 7F. RGB value is (174,138,127). Sum of RGB (Red+Green+Blue) = 174+138+127=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A7F is #517580. Grayscale: #939393. Windows color (decimal): -5338497 or 8358574. OLE color: 8358574.

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

Color convert

RGB174138127-
CMYK00.210.270.32
HSL14.04º22.49%59.02%-
HSV(B)14.04º27.01%68.24%-
XYZ30.3728.7124.02-
YUV147.51116.43146.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 28.93%
R=39.64%
G=31.44%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413812700.210.270.3214.0422.4959.02
HexAE8A7F0151B20e163b
Octal2562121770253340162673
Binary1010111010001010111111101010111011100000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A7F; }

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

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

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

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

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

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

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

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