#AE7B78

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

Shades of Brandy Rose #AE7B78

Tints of Brandy Rose #AE7B78

Color information

#AE7B78 (or 0xAE7B78) is unknown color: approx Brandy Rose. HEX triplet: AE, 7B and 78. RGB value is (174,123,120). Sum of RGB (Red+Green+Blue) = 174+123+120=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B78 is #518487. Grayscale: #898989. Windows color (decimal): -5342344 or 7895982. OLE color: 7895982.

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

Color convert

RGB174123120-
CMYK00.290.310.32
HSL3.33º25%57.65%-
HSV(B)3.33º31.03%68.24%-
XYZ27.9324.5221.03-
YUV137.91117.9153.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=41.73%
G=29.50%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312000.290.310.323.332557.65
HexAE7B7801D1F203193a
Octal256173170035374033172
Binary1010111011110111111000011101111111000001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B78; }

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

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

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

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

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

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

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

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