#AA827F

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

Shades of Brandy Rose #AA827F

Tints of Brandy Rose #AA827F

Color information

#AA827F (or 0xAA827F) is unknown color: approx Brandy Rose. HEX triplet: AA, 82 and 7F. RGB value is (170,130,127). Sum of RGB (Red+Green+Blue) = 170+130+127=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827F is #557D80. Grayscale: #8D8D8D. Windows color (decimal): -5602689 or 8356522. OLE color: 8356522.

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

Color convert

RGB170130127-
CMYK00.240.250.33
HSL4.19º20.19%58.24%-
HSV(B)4.19º25.29%66.67%-
XYZ28.3926.0423.61-
YUV141.62119.75148.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 127 (50% from 255) = 29.74%
R=39.81%
G=30.44%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013012700.240.250.334.1920.1958.24
HexAA827F01819214143a
Octal252202177030314142472
Binary101010101000001011111110110001100110000110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA827F; }

 p { color: rgb(170,130,127); }

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

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

 a { background-color: rgb(170,130,127); }

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

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

 span { border-color: rgb(170,130,127); }

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