#A98077

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

Shades of Brandy Rose #A98077

Tints of Brandy Rose #A98077

Color information

#A98077 (or 0xA98077) is unknown color: approx Brandy Rose. HEX triplet: A9, 80 and 77. RGB value is (169,128,119). Sum of RGB (Red+Green+Blue) = 169+128+119=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98077 is #567F88. Grayscale: #8B8B8B. Windows color (decimal): -5668745 or 7831721. OLE color: 7831721.

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

Color convert

RGB169128119-
CMYK00.240.300.34
HSL10.8º22.52%56.47%-
HSV(B)10.8º29.59%66.27%-
XYZ27.4125.2120.87-
YUV139.23116.58149.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=40.62%
G=30.77%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912811900.240.300.3410.822.5256.47
HexA980770181E22b1738
Octal2512001670303642132770
Binary1010100110000000111011101100011110100010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98077; }

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

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

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

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

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

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

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

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