Html Css Color HEX #A98143 Muddy Waters

📋 copy color: '#A98143'

red 169 ◦ green 129 ◦ blue 67

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

Shades of Muddy Waters #A98143

Tints of Muddy Waters #A98143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 46.3%
G = 35.34%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98143 (or 0xA98143) is known color: Muddy Waters. HEX triplet: A9, 81 and 43. RGB value is (169,129,67). Sum of RGB (Red+Green+Blue) = 169+129+67=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A98143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98143 is #567EBC. Grayscale: #868686. Windows color (decimal): -5668541 or 4424105. OLE color: 4424105.

HSL color Cylindrical-coordinate representation of color #A98143: hue angle of 36.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98143 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 67 -
CMYK 0 0.24 0.60 0.34
HSL 36.47º 0.43% 0.46% -
HSV(B) 36.47º 0.6% 0.66% -
XYZ 25.23 24.54 8.72 -
YUV 133.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 169 129 67 0 0.24 0.60 0.34 36.47 0.43 0.46
Hex A9 81 43 0 18 3C 22 24 2B 2E
Octal 251 201 103 0 30 74 42 44 53 56
Binary 10101001 10000001 1000011 0 11000 111100 100010 100100 101011 101110

Color Harmonies of #A98143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98143

Black with #A98143

Text Example


Text Example

White with #A98143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98143; }

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

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

background-color css

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

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

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

border-color css

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

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

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