#AA8374

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

Shades of Brandy Rose #AA8374

Tints of Brandy Rose #AA8374

Color information

#AA8374 (or 0xAA8374) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 74. RGB value is (170,131,116). Sum of RGB (Red+Green+Blue) = 170+131+116=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8374 is #557C8B. Grayscale: #8D8D8D. Windows color (decimal): -5602444 or 7635882. OLE color: 7635882.

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

Color convert

RGB170131116-
CMYK00.230.320.33
HSL16.67º24.11%56.08%-
HSV(B)16.67º31.76%66.67%-
XYZ27.8526.0420.08-
YUV140.95113.92148.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=40.77%
G=31.41%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013111600.230.320.3316.6724.1156.08
HexAA83740172021111838
Octal2522031640274041213070
Binary101010101000001111101000101111000001000011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8374; }

 p { color: rgb(170,131,116); }

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

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

 a { background-color: rgb(170,131,116); }

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

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

 span { border-color: rgb(170,131,116); }

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