#AE7E79

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

Shades of Brandy Rose #AE7E79

Tints of Brandy Rose #AE7E79

Color information

#AE7E79 (or 0xAE7E79) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 79. RGB value is (174,126,121). Sum of RGB (Red+Green+Blue) = 174+126+121=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E79 is #518186. Grayscale: #8B8B8B. Windows color (decimal): -5341575 or 7962286. OLE color: 7962286.

HSL color Cylindrical-coordinate representation of color #AE7E79: hue angle of 5.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7E79 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174126121-
CMYK00.280.300.32
HSL5.66º24.65%57.84%-
HSV(B)5.66º30.46%68.24%-
XYZ28.3725.321.48-
YUV139.78117.4152.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=41.33%
G=29.93%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412612100.280.300.325.6624.6557.84
HexAE7E7901C1E206193a
Octal256176171034364063172
Binary10101110111111011110010111001111010000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E79; }

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

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

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

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

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

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

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

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