#AE7D75

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

Shades of Brandy Rose #AE7D75

Tints of Brandy Rose #AE7D75

Color information

#AE7D75 (or 0xAE7D75) is unknown color: approx Brandy Rose. HEX triplet: AE, 7D and 75. RGB value is (174,125,117). Sum of RGB (Red+Green+Blue) = 174+125+117=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D75 is #51828A. Grayscale: #8A8A8A. Windows color (decimal): -5341835 or 7699886. OLE color: 7699886.

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

Color convert

RGB174125117-
CMYK00.280.330.32
HSL8.42º26.03%57.06%-
HSV(B)8.42º32.76%68.24%-
XYZ2824.9520.17-
YUV138.74115.73153.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=41.83%
G=30.05%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412511700.280.330.328.4226.0357.06
HexAE7D7501C212081a39
Octal2561751650344140103271
Binary1010111011111011110101011100100001100000100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D75; }

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

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

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

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

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

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

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

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