Html Css Color HEX #A98256 Muddy Waters

📋 copy color: '#A98256'

red 169 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #A98256

Tints of Muddy Waters #A98256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 43.9%
G = 33.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A98256 (or 0xA98256) is known color: Muddy Waters. HEX triplet: A9, 82 and 56. RGB value is (169,130,86). Sum of RGB (Red+Green+Blue) = 169+130+86=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98256 is #567DA9. Grayscale: #888888. Windows color (decimal): -5668266 or 5669545. OLE color: 5669545.

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

Color convert

RGB 169 130 86 -
CMYK 0 0.23 0.49 0.34
HSL 31.81º 0.33% 0.5% -
HSV(B) 31.81º 0.49% 0.66% -
XYZ 26.02 25.07 12.27 -
YUV 136.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 169 130 86 0 0.23 0.49 0.34 31.81 0.33 0.5
Hex A9 82 56 0 17 31 22 20 21 32
Octal 251 202 126 0 27 61 42 40 41 62
Binary 10101001 10000010 1010110 0 10111 110001 100010 100000 100001 110010

Color Harmonies of #A98256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98256

Black with #A98256

Text Example


Text Example

White with #A98256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98256; }

 p { color: rgb(169,130,86); }

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

background-color css

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

 a { background-color: rgb(169,130,86); }

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

border-color css

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

 span { border-color: rgb(169,130,86); }

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