#AE867D

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

Shades of Brandy Rose #AE867D

Tints of Brandy Rose #AE867D

Color information

#AE867D (or 0xAE867D) is unknown color: approx Brandy Rose. HEX triplet: AE, 86 and 7D. RGB value is (174,134,125). Sum of RGB (Red+Green+Blue) = 174+134+125=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867D is #517982. Grayscale: #919191. Windows color (decimal): -5339523 or 8226478. OLE color: 8226478.

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

Color convert

RGB174134125-
CMYK00.230.280.32
HSL11.02º23.22%58.63%-
HSV(B)11.02º28.16%68.24%-
XYZ29.6827.5323.15-
YUV144.93116.75148.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=40.18%
G=30.95%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413412500.230.280.3211.0223.2258.63
HexAE867D0171C20b173b
Octal2562061750273440132773
Binary1010111010000110111110101011111100100000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE867D; }

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

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

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

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

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

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

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

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