#A9827C

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

Shades of Brandy Rose #A9827C

Tints of Brandy Rose #A9827C

Color information

#A9827C (or 0xA9827C) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 7C. RGB value is (169,130,124). Sum of RGB (Red+Green+Blue) = 169+130+124=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827C is #567D83. Grayscale: #8D8D8D. Windows color (decimal): -5668228 or 8159913. OLE color: 8159913.

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

Color convert

RGB169130124-
CMYK00.230.270.34
HSL20.74%57.45%-
HSV(B)26.63%66.27%-
XYZ27.9825.8622.58-
YUV140.98118.42147.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=39.95%
G=30.73%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913012400.230.270.34820.7457.45
HexA9827C0171B2281539
Octal2512021740273342102571
Binary1010100110000010111110001011111011100010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9827C; }

 p { color: rgb(169,130,124); }

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

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

 a { background-color: rgb(169,130,124); }

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

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

 span { border-color: rgb(169,130,124); }

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