Html Css Color HEX #A98155 Muddy Waters

📋 copy color: '#A98155'

red 169 ◦ green 129 ◦ blue 85

#A98155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A98155

Tints of Muddy Waters #A98155

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 44.13%
G = 33.68%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A98155 (or 0xA98155) is known color: Muddy Waters. HEX triplet: A9, 81 and 55. RGB value is (169,129,85). Sum of RGB (Red+Green+Blue) = 169+129+85=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A98155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98155 is #567EAA. Grayscale: #888888. Windows color (decimal): -5668523 or 5603753. OLE color: 5603753.

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

Color convert

RGB 169 129 85 -
CMYK 0 0.24 0.50 0.34
HSL 31.43º 0.33% 0.5% -
HSV(B) 31.43º 0.5% 0.66% -
XYZ 25.85 24.79 12.02 -
YUV 135.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 169 129 85 0 0.24 0.50 0.34 31.43 0.33 0.5
Hex A9 81 55 0 18 32 22 1F 21 32
Octal 251 201 125 0 30 62 42 37 41 62
Binary 10101001 10000001 1010101 0 11000 110010 100010 11111 100001 110010

Color Harmonies of #A98155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98155

Black with #A98155

Text Example


Text Example

White with #A98155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98155; }

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

 H1.HeaderClassName
 {
   color: #A98155;
 }
 .AnyTagClassName
 {
   color: #A98155;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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