#A9887B

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

Shades of Brandy Rose #A9887B

Tints of Brandy Rose #A9887B

Color information

#A9887B (or 0xA9887B) is unknown color: approx Brandy Rose. HEX triplet: A9, 88 and 7B. RGB value is (169,136,123). Sum of RGB (Red+Green+Blue) = 169+136+123=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9887B is #567784. Grayscale: #909090. Windows color (decimal): -5666693 or 8095913. OLE color: 8095913.

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

Color convert

RGB169136123-
CMYK00.200.270.34
HSL16.96º21.1%57.25%-
HSV(B)16.96º27.22%66.27%-
XYZ28.7427.4722.53-
YUV144.38115.93145.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=39.49%
G=31.78%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913612300.200.270.3416.9621.157.25
HexA9887B0141B22111539
Octal2512101730243342212571
Binary10101001100010001111011010100110111000101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9887B; }

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

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

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

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

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

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

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

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