#AE7D7A

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

Shades of Brandy Rose #AE7D7A

Tints of Brandy Rose #AE7D7A

Color information

#AE7D7A (or 0xAE7D7A) is unknown color: approx Brandy Rose. HEX triplet: AE, 7D and 7A. RGB value is (174,125,122). Sum of RGB (Red+Green+Blue) = 174+125+122=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D7A is #518285. Grayscale: #8B8B8B. Windows color (decimal): -5341830 or 8027566. OLE color: 8027566.

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

Color convert

RGB174125122-
CMYK00.280.300.32
HSL3.46º24.3%58.04%-
HSV(B)3.46º29.89%68.24%-
XYZ28.325.0721.76-
YUV139.31118.23152.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=41.33%
G=29.69%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412512200.280.300.323.4624.358.04
HexAE7D7A01C1E203183a
Octal256175172034364033072
Binary1010111011111011111010011100111101000001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D7A; }

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

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

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

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

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

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

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

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