#AE8782

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

Shades of Brandy Rose #AE8782

Tints of Brandy Rose #AE8782

Color information

#AE8782 (or 0xAE8782) is unknown color: approx Brandy Rose. HEX triplet: AE, 87 and 82. RGB value is (174,135,130). Sum of RGB (Red+Green+Blue) = 174+135+130=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8782 is #51787D. Grayscale: #929292. Windows color (decimal): -5339262 or 8554414. OLE color: 8554414.

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

Color convert

RGB174135130-
CMYK00.220.250.32
HSL6.82º21.36%59.61%-
HSV(B)6.82º25.29%68.24%-
XYZ30.1527.9424.92-
YUV146.09118.92147.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=39.64%
G=30.75%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413513000.220.250.326.8221.3659.61
HexAE878201619207153c
Octal256207202026314072574
Binary1010111010000111100000100101101100110000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8782; }

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

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

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

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

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

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

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

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