#A98479

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

Shades of Brandy Rose #A98479

Tints of Brandy Rose #A98479

Color information

#A98479 (or 0xA98479) is unknown color: approx Brandy Rose. HEX triplet: A9, 84 and 79. RGB value is (169,132,121). Sum of RGB (Red+Green+Blue) = 169+132+121=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98479 is #567B86. Grayscale: #8D8D8D. Windows color (decimal): -5667719 or 7963817. OLE color: 7963817.

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

Color convert

RGB169132121-
CMYK00.220.280.34
HSL13.75º21.82%56.86%-
HSV(B)13.75º28.4%66.27%-
XYZ28.0626.3221.69-
YUV141.81116.26147.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=40.05%
G=31.28%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913212100.220.280.3413.7521.8256.86
HexA984790161C22e1639
Octal2512041710263442162671
Binary1010100110000100111100101011011100100010111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98479; }

 p { color: rgb(169,132,121); }

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

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

 a { background-color: rgb(169,132,121); }

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

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

 span { border-color: rgb(169,132,121); }

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