#AA8883

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

Shades of Brandy Rose #AA8883

Tints of Brandy Rose #AA8883

Color information

#AA8883 (or 0xAA8883) is unknown color: approx Brandy Rose. HEX triplet: AA, 88 and 83. RGB value is (170,136,131). Sum of RGB (Red+Green+Blue) = 170+136+131=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8883 is #55777C. Grayscale: #919191. Windows color (decimal): -5601149 or 8620202. OLE color: 8620202.

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

Color convert

RGB170136131-
CMYK00.200.230.33
HSL7.69º18.66%59.02%-
HSV(B)7.69º22.94%66.67%-
XYZ29.4827.7925.28-
YUV145.6119.76145.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=38.90%
G=31.12%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013613100.200.230.337.6918.6659.02
HexAA888301417218133b
Octal2522102030242741102373
Binary10101010100010001000001101010010111100001100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8883; }

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

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

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

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

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

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

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

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