#AA877D

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

Shades of Brandy Rose #AA877D

Tints of Brandy Rose #AA877D

Color information

#AA877D (or 0xAA877D) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 7D. RGB value is (170,135,125). Sum of RGB (Red+Green+Blue) = 170+135+125=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877D is #557882. Grayscale: #909090. Windows color (decimal): -5601411 or 8226730. OLE color: 8226730.

HSL color Cylindrical-coordinate representation of color #AA877D: hue angle of 13.33º 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 #AA877D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170135125-
CMYK00.210.260.33
HSL13.33º20.93%57.84%-
HSV(B)13.33º26.47%66.67%-
XYZ28.9427.3523.16-
YUV144.32117.1146.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=39.53%
G=31.40%
B=29.07%

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
Decimal17013512500.210.260.3313.3320.9357.84
HexAA877D0151A21d153a
Octal2522071750253241152572
Binary1010101010000111111110101010111010100001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA877D; }

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

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

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

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

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

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

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

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