#AE7B79

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

Shades of Brandy Rose #AE7B79

Tints of Brandy Rose #AE7B79

Color information

#AE7B79 (or 0xAE7B79) is unknown color: approx Brandy Rose. HEX triplet: AE, 7B and 79. RGB value is (174,123,121). Sum of RGB (Red+Green+Blue) = 174+123+121=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B79 is #518486. Grayscale: #8A8A8A. Windows color (decimal): -5342343 or 7961518. OLE color: 7961518.

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

Color convert

RGB174123121-
CMYK00.290.300.32
HSL2.26º24.65%57.84%-
HSV(B)2.26º30.46%68.24%-
XYZ27.9924.5521.35-
YUV138.02118.4153.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=41.63%
G=29.43%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312100.290.300.322.2624.6557.84
HexAE7B7901D1E202193a
Octal256173171035364023172
Binary1010111011110111111001011101111101000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B79; }

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

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

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

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

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

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

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

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