#AA8575

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

Shades of Brandy Rose #AA8575

Tints of Brandy Rose #AA8575

Color information

#AA8575 (or 0xAA8575) is unknown color: approx Brandy Rose. HEX triplet: AA, 85 and 75. RGB value is (170,133,117). Sum of RGB (Red+Green+Blue) = 170+133+117=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8575 is #557A8A. Grayscale: #8E8E8E. Windows color (decimal): -5601931 or 7701930. OLE color: 7701930.

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

Color convert

RGB170133117-
CMYK00.220.310.33
HSL18.11º23.77%56.27%-
HSV(B)18.11º31.18%66.67%-
XYZ28.1826.6120.48-
YUV142.24113.76147.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=40.48%
G=31.67%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013311700.220.310.3318.1123.7756.27
HexAA85750161F21121838
Octal2522051650263741223070
Binary10101010100001011110101010110111111000011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8575; }

 p { color: rgb(170,133,117); }

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

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

 a { background-color: rgb(170,133,117); }

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

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

 span { border-color: rgb(170,133,117); }

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