#A98073

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

Shades of Brandy Rose #A98073

Tints of Brandy Rose #A98073

Color information

#A98073 (or 0xA98073) is unknown color: approx Brandy Rose. HEX triplet: A9, 80 and 73. RGB value is (169,128,115). Sum of RGB (Red+Green+Blue) = 169+128+115=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A98073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98073 is #567F8C. Grayscale: #8A8A8A. Windows color (decimal): -5668749 or 7569577. OLE color: 7569577.

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

Color convert

RGB169128115-
CMYK00.240.320.34
HSL14.44º23.89%55.69%-
HSV(B)14.44º31.95%66.27%-
XYZ27.1825.1119.63-
YUV138.78114.58149.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=41.02%
G=31.07%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912811500.240.320.3414.4423.8955.69
HexA980730182022e1838
Octal2512001630304042163070
Binary10101001100000001110011011000100000100010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98073; }

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

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

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

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

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

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

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

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