#AE8682

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

Shades of Brandy Rose #AE8682

Tints of Brandy Rose #AE8682

Color information

#AE8682 (or 0xAE8682) is unknown color: approx Brandy Rose. HEX triplet: AE, 86 and 82. RGB value is (174,134,130). Sum of RGB (Red+Green+Blue) = 174+134+130=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8682 is #51797D. Grayscale: #919191. Windows color (decimal): -5339518 or 8554158. OLE color: 8554158.

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

Color convert

RGB174134130-
CMYK00.230.250.32
HSL5.45º21.36%59.61%-
HSV(B)5.45º25.29%68.24%-
XYZ30.0127.6624.88-
YUV145.5119.25148.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=39.73%
G=30.59%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413413000.230.250.325.4521.3659.61
HexAE868201719205153c
Octal256206202027314052574
Binary1010111010000110100000100101111100110000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8682; }

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

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

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

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

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

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

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

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