#AA8677

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

Shades of Brandy Rose #AA8677

Tints of Brandy Rose #AA8677

Color information

#AA8677 (or 0xAA8677) is unknown color: approx Brandy Rose. HEX triplet: AA, 86 and 77. RGB value is (170,134,119). Sum of RGB (Red+Green+Blue) = 170+134+119=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8677 is #557988. Grayscale: #8F8F8F. Windows color (decimal): -5601673 or 7833258. OLE color: 7833258.

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

Color convert

RGB170134119-
CMYK00.210.30.33
HSL17.65º23.08%56.67%-
HSV(B)17.65º30%66.67%-
XYZ28.4326.9321.15-
YUV143.05114.43147.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=40.19%
G=31.68%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013411900.210.30.3317.6523.0856.67
HexAA86770151E21121739
Octal2522061670253641222771
Binary10101010100001101110111010101111101000011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8677; }

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

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

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

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

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

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

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

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