#AA8175

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

Shades of Brandy Rose #AA8175

Tints of Brandy Rose #AA8175

Color information

#AA8175 (or 0xAA8175) is unknown color: approx Brandy Rose. HEX triplet: AA, 81 and 75. RGB value is (170,129,117). Sum of RGB (Red+Green+Blue) = 170+129+117=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8175 is #557E8A. Grayscale: #8B8B8B. Windows color (decimal): -5602955 or 7700906. OLE color: 7700906.

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

Color convert

RGB170129117-
CMYK00.240.310.33
HSL13.58º23.77%56.27%-
HSV(B)13.58º31.18%66.67%-
XYZ27.6425.5320.3-
YUV139.89115.08149.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=40.87%
G=31.01%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012911700.240.310.3313.5823.7756.27
HexAA81750181F21e1838
Octal2522011650303741163070
Binary1010101010000001111010101100011111100001111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8175; }

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

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

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

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

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

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

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

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