#A9817B

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

Shades of Brandy Rose #A9817B

Tints of Brandy Rose #A9817B

Color information

#A9817B (or 0xA9817B) is unknown color: approx Brandy Rose. HEX triplet: A9, 81 and 7B. RGB value is (169,129,123). Sum of RGB (Red+Green+Blue) = 169+129+123=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9817B is #567E84. Grayscale: #8C8C8C. Windows color (decimal): -5668485 or 8094121. OLE color: 8094121.

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

Color convert

RGB169129123-
CMYK00.240.270.34
HSL7.83º21.1%57.25%-
HSV(B)7.83º27.22%66.27%-
XYZ27.7925.5722.21-
YUV140.28118.25148.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=40.14%
G=30.64%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912912300.240.270.347.8321.157.25
HexA9817B0181B2281539
Octal2512011730303342102571
Binary1010100110000001111101101100011011100010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9817B; }

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

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

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

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

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

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

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

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