Html Css Color HEX #A98158 Muddy Waters

📋 copy color: '#A98158'

red 169 ◦ green 129 ◦ blue 88

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

Shades of Muddy Waters #A98158

Tints of Muddy Waters #A98158

RGB

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

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

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

R = 43.78%
G = 33.42%
B = 22.8%

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

#A98158 (or 0xA98158) is known color: Muddy Waters. HEX triplet: A9, 81 and 58. RGB value is (169,129,88). Sum of RGB (Red+Green+Blue) = 169+129+88=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A98158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98158 is #567EA7. Grayscale: #888888. Windows color (decimal): -5668520 or 5800361. OLE color: 5800361.

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

Color convert

RGB 169 129 88 -
CMYK 0 0.24 0.48 0.34
HSL 30.37º 0.32% 0.5% -
HSV(B) 30.37º 0.48% 0.66% -
XYZ 25.97 24.84 12.66 -
YUV 136.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 169 129 88 0 0.24 0.48 0.34 30.37 0.32 0.5
Hex A9 81 58 0 18 30 22 1E 20 32
Octal 251 201 130 0 30 60 42 36 40 62
Binary 10101001 10000001 1011000 0 11000 110000 100010 11110 100000 110010

Color Harmonies of #A98158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98158

Black with #A98158

Text Example


Text Example

White with #A98158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98158; }

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

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

background-color css

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

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

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

border-color css

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

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

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