#AA8781

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

Shades of Brandy Rose #AA8781

Tints of Brandy Rose #AA8781

Color information

#AA8781 (or 0xAA8781) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 81. RGB value is (170,135,129). Sum of RGB (Red+Green+Blue) = 170+135+129=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8781 is #55787E. Grayscale: #909090. Windows color (decimal): -5601407 or 8488874. OLE color: 8488874.

HSL color Cylindrical-coordinate representation of color #AA8781: hue angle of 8.78º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8781 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170135129-
CMYK00.210.240.33
HSL8.78º19.43%58.63%-
HSV(B)8.78º24.12%66.67%-
XYZ29.227.4624.53-
YUV144.78119.1145.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=39.17%
G=31.11%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013512900.210.240.338.7819.4358.63
HexAA878101518219133b
Octal2522072010253041112373
Binary10101010100001111000000101010111000100001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8781; }

 p { color: rgb(170,135,129); }

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

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

 a { background-color: rgb(170,135,129); }

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

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

 span { border-color: rgb(170,135,129); }

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