#AA817B

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

Shades of Brandy Rose #AA817B

Tints of Brandy Rose #AA817B

Color information

#AA817B (or 0xAA817B) is unknown color: approx Brandy Rose. HEX triplet: AA, 81 and 7B. RGB value is (170,129,123). Sum of RGB (Red+Green+Blue) = 170+129+123=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA817B is #557E84. Grayscale: #8C8C8C. Windows color (decimal): -5602949 or 8094122. OLE color: 8094122.

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

Color convert

RGB170129123-
CMYK00.240.280.33
HSL7.66º21.66%57.45%-
HSV(B)7.66º27.65%66.67%-
XYZ2825.6822.22-
YUV140.57118.08148.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=40.28%
G=30.57%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012912300.240.280.337.6621.6657.45
HexAA817B0181C2181639
Octal2522011730303441102671
Binary1010101010000001111101101100011100100001100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA817B; }

 p { color: rgb(170,129,123); }

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

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

 a { background-color: rgb(170,129,123); }

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

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

 span { border-color: rgb(170,129,123); }

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