#A97A55

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

Shades of Muesli #A97A55

Tints of Muesli #A97A55

Color information

#A97A55 (or 0xA97A55) is unknown color: approx Muesli. HEX triplet: A9, 7A and 55. RGB value is (169,122,85). Sum of RGB (Red+Green+Blue) = 169+122+85=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A55 is #5685AA. Grayscale: #848484. Windows color (decimal): -5670315 or 5601961. OLE color: 5601961.

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

Color convert

RGB16912285-
CMYK00.280.500.34
HSL26.43º33.07%49.8%-
HSV(B)26.43º49.7%66.27%-
XYZ24.9623.0111.72-
YUV131.83101.57154.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=44.95%
G=32.45%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691228500.280.500.3426.4333.0749.8
HexA97A5501C32221a2132
Octal2511721250346242324162
Binary101010011111010101010101110011001010001011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A55; }

 p { color: rgb(169,122,85); }

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

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

 a { background-color: rgb(169,122,85); }

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

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

 span { border-color: rgb(169,122,85); }

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