#AA8173

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

Shades of Brandy Rose #AA8173

Tints of Brandy Rose #AA8173

Color information

#AA8173 (or 0xAA8173) is unknown color: approx Brandy Rose. HEX triplet: AA, 81 and 73. RGB value is (170,129,115). Sum of RGB (Red+Green+Blue) = 170+129+115=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8173 is #557E8C. Grayscale: #8B8B8B. Windows color (decimal): -5602957 or 7569834. OLE color: 7569834.

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

Color convert

RGB170129115-
CMYK00.240.320.33
HSL15.27º24.44%55.88%-
HSV(B)15.27º32.35%66.67%-
XYZ27.5225.4819.69-
YUV139.66114.08149.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=41.06%
G=31.16%
B=27.78%

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
Decimal17012911500.240.320.3315.2724.4455.88
HexAA81730182021f1838
Octal2522011630304041173070
Binary10101010100000011110011011000100000100001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8173; }

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

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

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

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

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

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

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

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