#AE7E7C

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

Shades of Brandy Rose #AE7E7C

Tints of Brandy Rose #AE7E7C

Color information

#AE7E7C (or 0xAE7E7C) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 7C. RGB value is (174,126,124). Sum of RGB (Red+Green+Blue) = 174+126+124=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E7C is #518183. Grayscale: #8C8C8C. Windows color (decimal): -5341572 or 8158894. OLE color: 8158894.

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

Color convert

RGB174126124-
CMYK00.280.290.32
HSL2.4º23.58%58.43%-
HSV(B)2.4º28.74%68.24%-
XYZ28.5525.3822.46-
YUV140.12118.9152.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=41.04%
G=29.72%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412612400.280.290.322.423.5858.43
HexAE7E7C01C1D202183a
Octal256176174034354023072
Binary1010111011111101111100011100111011000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E7C; }

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

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

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

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

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

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

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

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