#AA867D

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

Shades of Brandy Rose #AA867D

Tints of Brandy Rose #AA867D

Color information

#AA867D (or 0xAA867D) is unknown color: approx Brandy Rose. HEX triplet: AA, 86 and 7D. RGB value is (170,134,125). Sum of RGB (Red+Green+Blue) = 170+134+125=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA867D is #557982. Grayscale: #8F8F8F. Windows color (decimal): -5601667 or 8226474. OLE color: 8226474.

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

Color convert

RGB170134125-
CMYK00.210.260.33
HSL12º20.93%57.84%-
HSV(B)12º26.47%66.67%-
XYZ28.827.0823.11-
YUV143.74117.43146.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=39.63%
G=31.24%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013412500.210.260.331220.9357.84
HexAA867D0151A21c153a
Octal2522061750253241142572
Binary1010101010000110111110101010111010100001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA867D; }

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

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

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

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

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

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

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

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