#AA8372

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

Shades of Brandy Rose #AA8372

Tints of Brandy Rose #AA8372

Color information

#AA8372 (or 0xAA8372) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 72. RGB value is (170,131,114). Sum of RGB (Red+Green+Blue) = 170+131+114=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8372 is #557C8D. Grayscale: #8C8C8C. Windows color (decimal): -5602446 or 7504810. OLE color: 7504810.

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

Color convert

RGB170131114-
CMYK00.230.330.33
HSL18.21º24.78%55.69%-
HSV(B)18.21º32.94%66.67%-
XYZ27.7325.9919.48-
YUV140.72112.92148.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=40.96%
G=31.57%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013111400.230.330.3318.2124.7855.69
HexAA83720172121121938
Octal2522031620274141223170
Binary101010101000001111100100101111000011000011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8372; }

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

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

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

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

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

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

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

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