#AE827D

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

Shades of Brandy Rose #AE827D

Tints of Brandy Rose #AE827D

Color information

#AE827D (or 0xAE827D) is unknown color: approx Brandy Rose. HEX triplet: AE, 82 and 7D. RGB value is (174,130,125). Sum of RGB (Red+Green+Blue) = 174+130+125=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE827D is #517D82. Grayscale: #8E8E8E. Windows color (decimal): -5340547 or 8225454. OLE color: 8225454.

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

Color convert

RGB174130125-
CMYK00.250.280.32
HSL6.12º23.22%58.63%-
HSV(B)6.12º28.16%68.24%-
XYZ29.1426.4422.97-
YUV142.59118.08150.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=40.56%
G=30.30%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413012500.250.280.326.1223.2258.63
HexAE827D0191C206173b
Octal256202175031344062773
Binary101011101000001011111010110011110010000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE827D; }

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

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

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

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

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

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

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

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