#AA8075

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

Shades of Brandy Rose #AA8075

Tints of Brandy Rose #AA8075

Color information

#AA8075 (or 0xAA8075) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 75. RGB value is (170,128,117). Sum of RGB (Red+Green+Blue) = 170+128+117=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8075 is #557F8A. Grayscale: #8B8B8B. Windows color (decimal): -5603211 or 7700650. OLE color: 7700650.

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

Color convert

RGB170128117-
CMYK00.250.310.33
HSL12.45º23.77%56.27%-
HSV(B)12.45º31.18%66.67%-
XYZ27.5125.2720.26-
YUV139.3115.41149.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=40.96%
G=30.84%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811700.250.310.3312.4523.7756.27
HexAA80750191F21c1838
Octal2522001650313741143070
Binary1010101010000000111010101100111111100001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8075; }

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

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

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

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

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

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

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

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