#AA8685

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

Shades of Brandy Rose #AA8685

Tints of Brandy Rose #AA8685

Color information

#AA8685 (or 0xAA8685) is unknown color: approx Brandy Rose. HEX triplet: AA, 86 and 85. RGB value is (170,134,133). Sum of RGB (Red+Green+Blue) = 170+134+133=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8685 is #55797A. Grayscale: #909090. Windows color (decimal): -5601659 or 8750762. OLE color: 8750762.

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

Color convert

RGB170134133-
CMYK00.210.220.33
HSL1.62º17.87%59.41%-
HSV(B)1.62º21.76%66.67%-
XYZ29.3427.2925.91-
YUV144.65121.43146.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=38.90%
G=30.66%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013413300.210.220.331.6217.8759.41
HexAA868501516212123b
Octal252206205025264122273
Binary101010101000011010000101010101101101000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8685; }

 p { color: rgb(170,134,133); }

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

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

 a { background-color: rgb(170,134,133); }

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

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

 span { border-color: rgb(170,134,133); }

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