#AE7979

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

Shades of Brandy Rose #AE7979

Tints of Brandy Rose #AE7979

Color information

#AE7979 (or 0xAE7979) is unknown color: approx Brandy Rose. HEX triplet: AE, 79 and 79. RGB value is (174,121,121). Sum of RGB (Red+Green+Blue) = 174+121+121=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7979 is #518686. Grayscale: #888888. Windows color (decimal): -5342855 or 7961006. OLE color: 7961006.

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

Color convert

RGB174121121-
CMYK00.300.300.32
HSL24.65%57.84%-
HSV(B)30.46%68.24%-
XYZ27.7424.0521.27-
YUV136.85119.06154.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=41.83%
G=29.09%
B=29.09%

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
Decimal17412112100.300.300.32024.6557.84
HexAE797901E1E200193a
Octal256171171036364003172
Binary101011101111001111100101111011110100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7979; }

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

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

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

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

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

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

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

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