#AA837D

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

Shades of Brandy Rose #AA837D

Tints of Brandy Rose #AA837D

Color information

#AA837D (or 0xAA837D) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 7D. RGB value is (170,131,125). Sum of RGB (Red+Green+Blue) = 170+131+125=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837D is #557C82. Grayscale: #8E8E8E. Windows color (decimal): -5602435 or 8225706. OLE color: 8225706.

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

Color convert

RGB170131125-
CMYK00.230.260.33
HSL20.93%57.84%-
HSV(B)26.47%66.67%-
XYZ28.426.2622.97-
YUV141.98118.42147.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=39.91%
G=30.75%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013112500.230.260.33820.9357.84
HexAA837D0171A218153a
Octal2522031750273241102572
Binary1010101010000011111110101011111010100001100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA837D; }

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

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

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

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

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

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

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

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