#AE7A79

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

Shades of Brandy Rose #AE7A79

Tints of Brandy Rose #AE7A79

Color information

#AE7A79 (or 0xAE7A79) is unknown color: approx Brandy Rose. HEX triplet: AE, 7A and 79. RGB value is (174,122,121). Sum of RGB (Red+Green+Blue) = 174+122+121=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A79 is #518586. Grayscale: #898989. Windows color (decimal): -5342599 or 7961262. OLE color: 7961262.

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

Color convert

RGB174122121-
CMYK00.300.300.32
HSL1.13º24.65%57.84%-
HSV(B)1.13º30.46%68.24%-
XYZ27.8724.321.31-
YUV137.43118.73154.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=41.73%
G=29.26%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412212100.300.300.321.1324.6557.84
HexAE7A7901E1E201193a
Octal256172171036364013172
Binary101011101111010111100101111011110100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A79; }

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

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

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

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

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

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

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

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