#A98079

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

Shades of Brandy Rose #A98079

Tints of Brandy Rose #A98079

Color information

#A98079 (or 0xA98079) is unknown color: approx Brandy Rose. HEX triplet: A9, 80 and 79. RGB value is (169,128,121). Sum of RGB (Red+Green+Blue) = 169+128+121=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98079 is #567F86. Grayscale: #8B8B8B. Windows color (decimal): -5668743 or 7962793. OLE color: 7962793.

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

Color convert

RGB169128121-
CMYK00.240.280.34
HSL8.75º21.82%56.86%-
HSV(B)8.75º28.4%66.27%-
XYZ27.5325.2521.51-
YUV139.46117.58149.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=40.43%
G=30.62%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912812100.240.280.348.7521.8256.86
HexA980790181C2291639
Octal2512001710303442112671
Binary1010100110000000111100101100011100100010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98079; }

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

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

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

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

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

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

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

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