#AE7C75

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

Shades of Brandy Rose #AE7C75

Tints of Brandy Rose #AE7C75

Color information

#AE7C75 (or 0xAE7C75) is unknown color: approx Brandy Rose. HEX triplet: AE, 7C and 75. RGB value is (174,124,117). Sum of RGB (Red+Green+Blue) = 174+124+117=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C75 is #51838A. Grayscale: #8A8A8A. Windows color (decimal): -5342091 or 7699630. OLE color: 7699630.

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

Color convert

RGB174124117-
CMYK00.290.330.32
HSL7.37º26.03%57.06%-
HSV(B)7.37º32.76%68.24%-
XYZ27.8724.720.13-
YUV138.15116.06153.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=41.93%
G=29.88%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412411700.290.330.327.3726.0357.06
HexAE7C7501D212071a39
Octal256174165035414073271
Binary101011101111100111010101110110000110000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C75; }

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

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

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

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

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

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

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

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