#AA8C83

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

Shades of Brandy Rose #AA8C83

Tints of Brandy Rose #AA8C83

Color information

#AA8C83 (or 0xAA8C83) is unknown color: approx Brandy Rose. HEX triplet: AA, 8C and 83. RGB value is (170,140,131). Sum of RGB (Red+Green+Blue) = 170+140+131=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C83 is #55737C. Grayscale: #949494. Windows color (decimal): -5600125 or 8621226. OLE color: 8621226.

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

Color convert

RGB170140131-
CMYK00.180.230.33
HSL13.85º18.66%59.02%-
HSV(B)13.85º22.94%66.67%-
XYZ30.0528.9425.47-
YUV147.94118.44143.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=38.55%
G=31.75%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014013100.180.230.3313.8518.6659.02
HexAA8C830121721e133b
Octal2522142030222741162373
Binary10101010100011001000001101001010111100001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C83; }

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

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

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

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

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

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

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

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