Html Css Color HEX #A98058 Muddy Waters

📋 copy color: '#A98058'

red 169 ◦ green 128 ◦ blue 88

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

Shades of Muddy Waters #A98058

Tints of Muddy Waters #A98058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 43.9%
G = 33.25%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A98058 (or 0xA98058) is known color: Muddy Waters. HEX triplet: A9, 80 and 58. RGB value is (169,128,88). Sum of RGB (Red+Green+Blue) = 169+128+88=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98058 is #567FA7. Grayscale: #878787. Windows color (decimal): -5668776 or 5800105. OLE color: 5800105.

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

Color convert

RGB 169 128 88 -
CMYK 0 0.24 0.48 0.34
HSL 29.63º 0.32% 0.5% -
HSV(B) 29.63º 0.48% 0.66% -
XYZ 25.84 24.58 12.61 -
YUV 135.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 169 128 88 0 0.24 0.48 0.34 29.63 0.32 0.5
Hex A9 80 58 0 18 30 22 1E 20 32
Octal 251 200 130 0 30 60 42 36 40 62
Binary 10101001 10000000 1011000 0 11000 110000 100010 11110 100000 110010

Color Harmonies of #A98058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98058

Black with #A98058

Text Example


Text Example

White with #A98058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98058; }

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

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

background-color css

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

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

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

border-color css

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

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

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