#AA8273

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

Shades of Brandy Rose #AA8273

Tints of Brandy Rose #AA8273

Color information

#AA8273 (or 0xAA8273) is unknown color: approx Brandy Rose. HEX triplet: AA, 82 and 73. RGB value is (170,130,115). Sum of RGB (Red+Green+Blue) = 170+130+115=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8273 is #557D8C. Grayscale: #8C8C8C. Windows color (decimal): -5602701 or 7570090. OLE color: 7570090.

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

Color convert

RGB170130115-
CMYK00.240.320.33
HSL16.36º24.44%55.88%-
HSV(B)16.36º32.35%66.67%-
XYZ27.6525.7519.73-
YUV140.25113.75149.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=40.96%
G=31.33%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013011500.240.320.3316.3624.4455.88
HexAA82730182021101838
Octal2522021630304041203070
Binary101010101000001011100110110001000001000011000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8273; }

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

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

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

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

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

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

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

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