#AE7C6C

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

Shades of Brandy Rose #AE7C6C

Tints of Brandy Rose #AE7C6C

Color information

#AE7C6C (or 0xAE7C6C) is unknown color: approx Brandy Rose. HEX triplet: AE, 7C and 6C. RGB value is (174,124,108). Sum of RGB (Red+Green+Blue) = 174+124+108=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C6C is #518393. Grayscale: #898989. Windows color (decimal): -5342100 or 7109806. OLE color: 7109806.

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

Color convert

RGB174124108-
CMYK00.290.380.32
HSL14.55º28.95%55.29%-
HSV(B)14.55º37.93%68.24%-
XYZ27.3724.517.47-
YUV137.13111.56154.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=42.86%
G=30.54%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412410800.290.380.3214.5528.9555.29
HexAE7C6C01D2620f1d37
Octal2561741540354640173567
Binary1010111011111001101100011101100110100000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C6C; }

 p { color: rgb(174,124,108); }

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

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

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

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

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

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

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