#AE7E7B

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

Shades of Brandy Rose #AE7E7B

Tints of Brandy Rose #AE7E7B

Color information

#AE7E7B (or 0xAE7E7B) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 7B. RGB value is (174,126,123). Sum of RGB (Red+Green+Blue) = 174+126+123=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E7B is #518184. Grayscale: #8C8C8C. Windows color (decimal): -5341573 or 8093358. OLE color: 8093358.

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

Color convert

RGB174126123-
CMYK00.280.290.32
HSL3.53º23.94%58.24%-
HSV(B)3.53º29.31%68.24%-
XYZ28.4925.3522.13-
YUV140.01118.4152.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=41.13%
G=29.79%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412612300.280.290.323.5323.9458.24
HexAE7E7B01C1D204183a
Octal256176173034354043072
Binary10101110111111011110110111001110110000010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E7B; }

 p { color: rgb(174,126,123); }

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

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

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

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

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

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

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