#AA8678

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

Shades of Brandy Rose #AA8678

Tints of Brandy Rose #AA8678

Color information

#AA8678 (or 0xAA8678) is unknown color: approx Brandy Rose. HEX triplet: AA, 86 and 78. RGB value is (170,134,120). Sum of RGB (Red+Green+Blue) = 170+134+120=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8678 is #557987. Grayscale: #8F8F8F. Windows color (decimal): -5601672 or 7898794. OLE color: 7898794.

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

Color convert

RGB170134120-
CMYK00.210.290.33
HSL16.8º22.73%56.86%-
HSV(B)16.8º29.41%66.67%-
XYZ28.4926.9521.47-
YUV143.17114.93147.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=40.09%
G=31.60%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013412000.210.290.3316.822.7356.86
HexAA86780151D21111739
Octal2522061700253541212771
Binary10101010100001101111000010101111011000011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8678; }

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

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

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

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

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

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

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

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