#A98379

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

Shades of Brandy Rose #A98379

Tints of Brandy Rose #A98379

Color information

#A98379 (or 0xA98379) is unknown color: approx Brandy Rose. HEX triplet: A9, 83 and 79. RGB value is (169,131,121). Sum of RGB (Red+Green+Blue) = 169+131+121=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A98379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98379 is #567C86. Grayscale: #8D8D8D. Windows color (decimal): -5667975 or 7963561. OLE color: 7963561.

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

Color convert

RGB169131121-
CMYK00.220.280.34
HSL12.5º21.82%56.86%-
HSV(B)12.5º28.4%66.27%-
XYZ27.9326.0521.64-
YUV141.22116.59147.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=40.14%
G=31.12%
B=28.74%

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
Decimal16913112100.220.280.3412.521.8256.86
HexA983790161C22d1639
Octal2512031710263442152671
Binary1010100110000011111100101011011100100010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98379; }

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

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

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

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

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

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

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

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