#AE7F7A

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

Shades of Brandy Rose #AE7F7A

Tints of Brandy Rose #AE7F7A

Color information

#AE7F7A (or 0xAE7F7A) is unknown color: approx Brandy Rose. HEX triplet: AE, 7F and 7A. RGB value is (174,127,122). Sum of RGB (Red+Green+Blue) = 174+127+122=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F7A is #518085. Grayscale: #8C8C8C. Windows color (decimal): -5341318 or 8028078. OLE color: 8028078.

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

Color convert

RGB174127122-
CMYK00.270.300.32
HSL5.77º24.3%58.04%-
HSV(B)5.77º29.89%68.24%-
XYZ28.5625.5821.85-
YUV140.48117.57151.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=41.13%
G=30.02%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412712200.270.300.325.7724.358.04
HexAE7F7A01B1E206183a
Octal256177172033364063072
Binary10101110111111111110100110111111010000011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F7A; }

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

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

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

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

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

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

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

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