#AE8679

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

Shades of Brandy Rose #AE8679

Tints of Brandy Rose #AE8679

Color information

#AE8679 (or 0xAE8679) is unknown color: approx Brandy Rose. HEX triplet: AE, 86 and 79. RGB value is (174,134,121). Sum of RGB (Red+Green+Blue) = 174+134+121=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8679 is #517986. Grayscale: #909090. Windows color (decimal): -5339527 or 7964334. OLE color: 7964334.

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

Color convert

RGB174134121-
CMYK00.230.300.32
HSL14.72º24.65%57.84%-
HSV(B)14.72º30.46%68.24%-
XYZ29.4327.4321.83-
YUV144.48114.75149.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=40.56%
G=31.24%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413412100.230.300.3214.7224.6557.84
HexAE86790171E20f193a
Octal2562061710273640173172
Binary1010111010000110111100101011111110100000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8679; }

 p { color: rgb(174,134,121); }

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

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

 a { background-color: rgb(174,134,121); }

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

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

 span { border-color: rgb(174,134,121); }

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