#AE8278

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

Shades of Brandy Rose #AE8278

Tints of Brandy Rose #AE8278

Color information

#AE8278 (or 0xAE8278) is unknown color: approx Brandy Rose. HEX triplet: AE, 82 and 78. RGB value is (174,130,120). Sum of RGB (Red+Green+Blue) = 174+130+120=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8278 is #517D87. Grayscale: #8E8E8E. Windows color (decimal): -5340552 or 7897774. OLE color: 7897774.

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

Color convert

RGB174130120-
CMYK00.250.310.32
HSL11.11º25%57.65%-
HSV(B)11.11º31.03%68.24%-
XYZ28.8326.3221.33-
YUV142.02115.58150.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=41.04%
G=30.66%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413012000.250.310.3211.112557.65
HexAE82780191F20b193a
Octal2562021700313740133172
Binary1010111010000010111100001100111111100000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8278; }

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

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

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

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

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

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

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

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