#AE7977

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

Shades of Brandy Rose #AE7977

Tints of Brandy Rose #AE7977

Color information

#AE7977 (or 0xAE7977) is unknown color: approx Brandy Rose. HEX triplet: AE, 79 and 77. RGB value is (174,121,119). Sum of RGB (Red+Green+Blue) = 174+121+119=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7977 is #518688. Grayscale: #888888. Windows color (decimal): -5342857 or 7829934. OLE color: 7829934.

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

Color convert

RGB174121119-
CMYK00.300.320.32
HSL2.18º25.35%57.45%-
HSV(B)2.18º31.61%68.24%-
XYZ27.6224.0120.63-
YUV136.62118.06154.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=42.03%
G=29.23%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412111900.300.320.322.1825.3557.45
HexAE797701E202021939
Octal256171167036404023171
Binary10101110111100111101110111101000001000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7977; }

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

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

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

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

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

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

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

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