#A9827B

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

Shades of Brandy Rose #A9827B

Tints of Brandy Rose #A9827B

Color information

#A9827B (or 0xA9827B) is unknown color: approx Brandy Rose. HEX triplet: A9, 82 and 7B. RGB value is (169,130,123). Sum of RGB (Red+Green+Blue) = 169+130+123=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827B is #567D84. Grayscale: #8C8C8C. Windows color (decimal): -5668229 or 8094377. OLE color: 8094377.

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

Color convert

RGB169130123-
CMYK00.230.270.34
HSL9.13º21.1%57.25%-
HSV(B)9.13º27.22%66.27%-
XYZ27.9225.8322.25-
YUV140.86117.92148.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=40.05%
G=30.81%
B=29.15%

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
Decimal16913012300.230.270.349.1321.157.25
HexA9827B0171B2291539
Octal2512021730273342112571
Binary1010100110000010111101101011111011100010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9827B; }

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

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

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

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

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

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

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

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