#A98150

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

Shades of Muddy Waters #A98150

Tints of Muddy Waters #A98150

Color information

#A98150 (or 0xA98150) is unknown color: approx Muddy Waters. HEX triplet: A9, 81 and 50. RGB value is (169,129,80). Sum of RGB (Red+Green+Blue) = 169+129+80=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A98150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98150 is #567EAF. Grayscale: #878787. Windows color (decimal): -5668528 or 5276073. OLE color: 5276073.

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

Color convert

RGB16912980-
CMYK00.240.530.34
HSL33.03º35.74%48.82%-
HSV(B)33.03º52.66%66.27%-
XYZ25.6624.7111.01-
YUV135.3796.75151.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=44.71%
G=34.13%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691298000.240.530.3433.0335.7448.82
HexA981500183522212431
Octal2512011200306542414461
Binary10101001100000011010000011000110101100010100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98150; }

 p { color: rgb(169,129,80); }

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

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

 a { background-color: rgb(169,129,80); }

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

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

 span { border-color: rgb(169,129,80); }

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